From 3345887fdf888d921ac8d45d163a297f3525b90f Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 20 Mar 2016 00:40:54 -0400 Subject: [PATCH] New package: certbot-0.8.1 --- srcpkgs/certbot/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/certbot/template diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template new file mode 100644 index 00000000000..13e9f656e19 --- /dev/null +++ b/srcpkgs/certbot/template @@ -0,0 +1,20 @@ +# Template file for 'certbot' +pkgname=certbot +version=0.8.1 +revision=1 +build_style=python-module +hostmakedepends="python-setuptools" +pycompile_module="letsencrypt" +makedepends="python-devel" +depends="python-setuptools python-pytz python-zope.interface python-psutil + python-configobj" +short_desc="Fully-featured, extensible client for the Let's Encrypt CA" +maintainer="Toyam Cox " +license="Apache-2.0, MIT" +homepage="https://letsencrypt.org/" +distfiles="https://github.com/certbot/${pkgname}/archive/v${version}.tar.gz" +checksum=1fb4834eba306a656f26257f86ed298df354cdecb1b0bde316a9d23a1e19db01 + +post_install() { + vlicense LICENSE.txt +}