Add dev-libs/termpaint

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

View file

@ -0,0 +1 @@
DIST termpaint-0.3.0.tar.gz 788417 BLAKE2B c33a9ad8ada902d510596656ecf67c8e0edd2307e10f52c03b639224c6a28bcbf67db663700106a26f51432f52ebff243d9b22711be33b7b826e4ef73ceb818d SHA512 752d7f79196c043321738577d3b3e5f3d06ff4e9a65188a845a0fdfdb558569962376dea058dbf6774f97190dce619bef53c5cd19bbdd4126adb6edbf8926914

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">termpaint/termpaint</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="Low level terminal interface library "
HOMEPAGE="https://github.com/termpaint/termpaint"
SRC_URI="https://github.com/termpaint/termpaint/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure
}