mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/libptytty: initial import
New dependency of x11-terms/rxvt-unicode. Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
1
dev-libs/libptytty/Manifest
Normal file
1
dev-libs/libptytty/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libptytty-2.0.tar.gz 45673 BLAKE2B 81112267157c1ba785052b2e1667c4af251991816005375d44efd1c4d9c58cc5e59324df35e556d45e46df6bceccc654d71e6c264dae5a15ea100cc9db63c5a6 SHA512 9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08
|
||||
16
dev-libs/libptytty/libptytty-2.0.ebuild
Normal file
16
dev-libs/libptytty/libptytty-2.0.ebuild
Normal file
@@ -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 )
|
||||
8
dev-libs/libptytty/metadata.xml
Normal file
8
dev-libs/libptytty/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>marecki@gentoo.org</email>
|
||||
<name>Marek Szuba</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user