sys-process/nq: add version 0.3.1 and 9999

Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
XGQT 2020-02-01 20:30:42 +01:00
parent df9f1be97d
commit eee6e1ca85
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
4 changed files with 60 additions and 0 deletions

1
sys-process/nq/Manifest Normal file
View File

@ -0,0 +1 @@
DIST nq-0.3.1.tar.gz 11015 BLAKE2B a9417d2508e87b462fd794ce924861e99a439e560bde6113cb8b982cd4d1d83be978fbcde80d636f09c875660db74209dd213bc646ff6fb2ac23e8f467c92648 SHA512 42a43eb90488e17439d12740268b66cf6ed6f255ee0377f2df02f97fe2cdd562726e06909fb8efa26e3740e885088083f0880d986bf3f58615a21f1ea4c11d87

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="gitlab">leahneukirchen/nq</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Unix command line queue utility"
HOMEPAGE="https://github.com/chneukirchen/nq"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/chneukirchen/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v0.3.1.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="CC0-1.0"
SLOT="0"
IUSE=""
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
dodoc *.md
}

View File

@ -0,0 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Unix command line queue utility"
HOMEPAGE="https://github.com/chneukirchen/nq"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/chneukirchen/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v0.3.1.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="CC0-1.0"
SLOT="0"
IUSE=""
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
dodoc *.md
}