ahorn/dev-libs/tuiwidgets/tuiwidgets-0.2-r1.ebuild

24 lines
522 B
Bash
Raw Permalink Normal View History

2023-02-28 13:34:02 +00:00
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Terminal user inferface toolkit"
HOMEPAGE="https://github.com/tuiwidgets/tuiwidgets"
SRC_URI="https://github.com/tuiwidgets/tuiwidgets/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="=dev-qt/qtcore-5* dev-libs/posixsignalmanager dev-libs/termpaint"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure
}