You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/jetring/jetring-0.25.ebuild

40 lines
660 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit eutils
DESCRIPTION="GPG keyring maintenance using changesets"
HOMEPAGE="http://joeyh.name/code/jetring/"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="app-crypt/gnupg"
RDEPEND="
${DEPEND}
dev-lang/perl
"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.21-parallel.patch
}
src_compile() {
addpredict "/run/user/$(id -u)/gnupg/"
default
}
src_install() {
default
insinto /usr/share/${PN}/
doins -r example
doman ${PN}*.[0-9]
}