From 578e7334fb0e4dc6e8478cd9046104706537e1c8 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 6 Oct 2016 04:55:16 -0400 Subject: [PATCH] certbot: removed. Never worked anyway. Use acme-tool --- srcpkgs/certbot/template | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 srcpkgs/certbot/template diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template deleted file mode 100644 index 23549bdebc3..00000000000 --- a/srcpkgs/certbot/template +++ /dev/null @@ -1,22 +0,0 @@ -# Template file for 'certbot' -pkgname=certbot -version=0.8.1 -revision=3 -noarch=yes -build_style=python-module -hostmakedepends="python-setuptools" -pycompile_module="certbot" -makedepends="python-devel" -depends="python-setuptools python-pytz python-zope.interface python-psutil - python-configobj python-pyrfc3339 python-openssl python-zope.component - python-mock" -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 -}