| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.1 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="add GnuPG info into email headers while delivering"
HOMEPAGE="http://powerman.name/soft/"
SRC_URI="http://powerman.name/download/${PN}/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=app-crypt/gnupg-2.1"
src_install() {
dobin addgpginfo
}
>=app-crypt/gnupg-2.1
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | addgpginfo-0.4.1.tgz | 1578 bytes | http://powerman.name/download/addgpginfo/addgpginfo-0.4.1.tgz |