blob: 97d20c28806abfacadcc33bca1d5ce62a96701a5 (
plain) (
tree)
|
|
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
VALA_MIN_API_VERSION="0.44"
inherit meson vala
DESCRIPTION="A terminal emulator in Vala"
HOMEPAGE="https://oriole.systems/posts/weltschmerz.html"
SRC_URI="https://oriole.systems/snapshots/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 x86"
RESTRICT="mirror"
BDEPEND="
>=dev-lang/vala-0.44.9:0.44"
DEPEND="
>=x11-libs/vte-0.56.4:2.91[vala]"
RDEPEND="${DEPEND}"
src_prepare() {
default
vala_src_prepare
}
|