summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--app-crypt/cackey/cackey-0.7.10.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 80f1d8f..482a1fa 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ other overlays, or modifying less-than-ideals in the upstream ebuild repository.
## Software Packaged Here
+- [cackey](https://software.forge.mil/sf/frs/do/viewSummary/projects.community_cac/frs) as app-crypt/cackey
- [cc65](http://cc65.github.io/) as dev-embedded/cc65
- [chocolate-doom](http://www.chocolate-doom.org/) as games-fps/chocolate-doom
- [crispy-doom](https://github.com/fabiangreffrath/crispy-doom) as games-fps/crispy-doom
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=""