diff options
| author | Jakob Kreuze <jakob.kreuze@us.af.mil> | 2021-08-19 19:44:33 -0400 |
|---|---|---|
| committer | Jakob Kreuze <jakob.kreuze@us.af.mil> | 2021-08-19 19:44:33 -0400 |
| commit | f9f0f9deac28886cd5661a72a671a6bfdcbcbcb8 (patch) | |
| tree | 216e9c322a2794d623da4a5dd9c15aef0ce05a08 /app-crypt/cackey | |
| parent | db3482b0f4956703790f615ed591842f6834f45e (diff) | |
Add app-crypt/cackey
Diffstat (limited to 'app-crypt/cackey')
| -rw-r--r-- | app-crypt/cackey/cackey-0.7.10.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/cackey/cackey-0.7.10.ebuild b/app-crypt/cackey/cackey-0.7.10.ebuild new file mode 100644 index 0000000..03b45fa --- /dev/null +++ b/app-crypt/cackey/cackey-0.7.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Department of Defense Common Access Card PKCS#11 Provider" +HOMEPAGE="http://cackey.rkeene.org/fossil/home" +SRC_URI="http://cackey.rkeene.org/download/${PV}/${P}.tar.gz" + +LICENSE="BSD GPL-2 MIT RSA" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-apps/pcsc-lite sys-libs/zlib" +RDEPEND="${DEPEND}" +BDEPEND="" |