summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2017-04-27 14:43:35 +0200
committerPatrick Lauer <patrick@gentoo.org>2017-04-27 14:43:57 +0200
commita379c897876fff25fb02907861270444ce5c33bd (patch)
tree0dfdbe4baa9a6b51e3595ee62389ff704c391ec9 /app-crypt/signify/signify-20.ebuild
parentgnustep-apps/pikopixel: initial commit (diff)
downloadgentoo-a379c897876fff25fb02907861270444ce5c33bd.tar.gz
gentoo-a379c897876fff25fb02907861270444ce5c33bd.tar.bz2
gentoo-a379c897876fff25fb02907861270444ce5c33bd.zip
app-crypt/signify: Bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt/signify/signify-20.ebuild')
-rw-r--r--app-crypt/signify/signify-20.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-crypt/signify/signify-20.ebuild b/app-crypt/signify/signify-20.ebuild
new file mode 100644
index 000000000000..c42b3262662e
--- /dev/null
+++ b/app-crypt/signify/signify-20.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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=">=dev-libs/libbsd-0.7"
+DEPEND=""
+
+src_install() {
+ DESTDIR="${D}" PREFIX="/usr" emake install
+}