void-packages/srcpkgs/certbot/template

23 lines
731 B
Bash
Raw Normal View History

2016-03-20 05:40:54 +01:00
# Template file for 'certbot'
pkgname=certbot
version=0.8.1
2016-08-16 06:01:08 +02:00
revision=3
noarch=yes
2016-03-20 05:40:54 +01:00
build_style=python-module
hostmakedepends="python-setuptools"
pycompile_module="certbot"
2016-03-20 05:40:54 +01:00
makedepends="python-devel"
depends="python-setuptools python-pytz python-zope.interface python-psutil
2016-08-16 06:01:08 +02:00
python-configobj python-pyrfc3339 python-openssl python-zope.component
python-mock"
2016-03-20 05:40:54 +01:00
short_desc="Fully-featured, extensible client for the Let's Encrypt CA"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
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
}