diff --git a/dev-libs/libptytty/Manifest b/dev-libs/libptytty/Manifest new file mode 100644 index 0000000000000..c09eade272677 --- /dev/null +++ b/dev-libs/libptytty/Manifest @@ -0,0 +1 @@ +DIST libptytty-2.0.tar.gz 45673 BLAKE2B 81112267157c1ba785052b2e1667c4af251991816005375d44efd1c4d9c58cc5e59324df35e556d45e46df6bceccc654d71e6c264dae5a15ea100cc9db63c5a6 SHA512 9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08 diff --git a/dev-libs/libptytty/libptytty-2.0.ebuild b/dev-libs/libptytty/libptytty-2.0.ebuild new file mode 100644 index 0000000000000..47385e16bc892 --- /dev/null +++ b/dev-libs/libptytty/libptytty-2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="A library for mostly OS-independent handling of pty/tty/utmp/wtmp/lastlog" +HOMEPAGE="http://software.schmorp.de/pkg/libptytty.html" +SRC_URI="http://dist.schmorp.de/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +DOCS=( Changes README ) diff --git a/dev-libs/libptytty/metadata.xml b/dev-libs/libptytty/metadata.xml new file mode 100644 index 0000000000000..beac02a9af141 --- /dev/null +++ b/dev-libs/libptytty/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + +