aboutsummaryrefslogtreecommitdiffstats
path: root/x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild
blob: 3c747dc83619a3004e3b981b24a4441cfe8e6be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2021 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"
SRC_URI="https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 x86"

RESTRICT="mirror"

BDEPEND="$(vala_depend)
	sys-devel/gettext"

DEPEND="
	>=x11-libs/vte-0.56.4:2.91[vala]"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	vala_src_prepare
}