summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/signify/signify-17.ebuild')
-rw-r--r--app-crypt/signify/signify-17.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/signify/signify-17.ebuild b/app-crypt/signify/signify-17.ebuild
new file mode 100644
index 000000000000..6315b12e4797
--- /dev/null
+++ b/app-crypt/signify/signify-17.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Cryptographically sign and verify files"
+HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify"
+SRC_URI="https://github.com/aperezdc/signify/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""