sys-process/nq: update live
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
e4a7da5f94
commit
65ee005e15
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="Unix command line queue utility"
|
DESCRIPTION="Unix command line queue utility"
|
||||||
HOMEPAGE="https://github.com/leahneukirchen/nq"
|
HOMEPAGE="https://github.com/leahneukirchen/nq"
|
||||||
@ -16,9 +16,27 @@ fi
|
|||||||
|
|
||||||
LICENSE="CC0-1.0"
|
LICENSE="CC0-1.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
RESTRICT="mirror"
|
IUSE="test"
|
||||||
|
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
!dev-gap/nq
|
||||||
|
!dev-util/fq
|
||||||
|
"
|
||||||
|
|
||||||
|
BDEPEND="
|
||||||
|
test? (
|
||||||
|
dev-lang/perl
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
|
||||||
|
sed -i -e 's/CFLAGS=/CFLAGS?=/' Makefile || die
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
|
||||||
dodoc *.md
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user