Add dev-libs/tuiwidgets

This commit is contained in:
Ben 2023-02-28 14:34:02 +01:00
parent 29f538dc0b
commit 55a2abe0e1
Signed by untrusted user: ben
GPG key ID: 1353F41CF1CFF2D3
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST tuiwidgets-0.2.tar.gz 2509237 BLAKE2B 2c0568f0ee86efdfe3269e6abd3ca9c254e479f8b762e17b588f9ba8e7e858c5654db8e9e414e0c88785c7c1fd64994d2a1d58a351370e2120c1df0701401ab0 SHA512 68c799279919f58557cf8f44a0df934c621b36e06befd0676d7a3f37f993a5c10eafa6728a6d0781720c0ba414ca77e68241402cce729f206b6f4fd1124fe910

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ben@rs485.network</email>
<name>Benedikt Ziemons</name>
</maintainer>
<upstream>
<remote-id type="github">tuiwidgets/tuiwidgets</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,23 @@
# 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
}