diff options
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="" |