commit:     e22f0b2ff232ef7e88b10d96d165d8f67676cf55
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 12:42:10 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 12:42:10 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=e22f0b2f

app-crypt/letsencrypt-sh: initial commit

 .../letsencrypt-sh/letsencrypt-sh-9999.ebuild      | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/app-crypt/letsencrypt-sh/letsencrypt-sh-9999.ebuild 
b/app-crypt/letsencrypt-sh/letsencrypt-sh-9999.ebuild
new file mode 100644
index 0000000..9606d98
--- /dev/null
+++ b/app-crypt/letsencrypt-sh/letsencrypt-sh-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Client for signing certificates with an ACME-server implemented 
as a relatively simple bash-script"
+HOMEPAGE="https://github.com/lukas2511/letsencrypt.sh";
+EGIT_REPO_URI="https://github.com/lukas2511/letsencrypt.sh.git";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-libs/openssl
+       net-misc/curl"
+
+src_install() {
+       dobin letsencrypt.sh
+       dodoc README.md *.example
+}

Reply via email to