mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: lego-2.4.0
This commit is contained in:
parent
524e6999e3
commit
f93109fc0c
1 changed files with 17 additions and 0 deletions
17
srcpkgs/lego/template
Normal file
17
srcpkgs/lego/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'lego'
|
||||||
|
pkgname=lego
|
||||||
|
version=2.4.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/go-acme/${pkgname}"
|
||||||
|
go_package="${go_import_path}/cmd/${pkgname}"
|
||||||
|
short_desc="Let's Encrypt client and ACME library written in Go"
|
||||||
|
maintainer="Anachron <gith@cron.world>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://go-acme.github.io/lego"
|
||||||
|
distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
|
||||||
|
checksum=d45dcffb88e1f8147e797e7fd9bfefd1320461a7a9c0222802e501ff1cd59c3e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue