diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 15:27:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 15:29:21 +0700 |
commit | bd51ca2b0e50a43336f224d94fc2ab859525326a (patch) | |
tree | 35d25ba045bb56c211a405d3315d313ea385d6d5 /system/letsencrypt/letsencrypt.info | |
parent | 69f266f1887cec23ac3ba8366956f2ac5ff889ce (diff) | |
download | slackbuilds-bd51ca2b0e50a43336f224d94fc2ab859525326a.tar.gz |
system/letsencrypt: Added (Manage X.509 certificates).
Signed-Off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/letsencrypt.info')
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info new file mode 100644 index 0000000000..db7cae53ee --- /dev/null +++ b/system/letsencrypt/letsencrypt.info @@ -0,0 +1,10 @@ +PRGNAM="letsencrypt" +VERSION="0.1.0" +HOMEPAGE="https://letsencrypt.org/" +DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.1.0.tar.gz" +MD5SUM="eb1208bcf5c33a6f030da9419718bf6b" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 pyOpenSSL psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |