New package: goreleaser-0.179.0
This commit is contained in:
parent
3b404a05d8
commit
6c1da59b44
1 changed files with 16 additions and 0 deletions
16
srcpkgs/goreleaser/template
Normal file
16
srcpkgs/goreleaser/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'goreleaser'
|
||||||
|
pkgname=goreleaser
|
||||||
|
version=0.179.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/goreleaser/goreleaser
|
||||||
|
short_desc="Deliver Go binaries as fast and easily as possible"
|
||||||
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://goreleaser.com/"
|
||||||
|
distfiles="https://github.com/goreleaser/goreleaser/archive/refs/tags/v$version.tar.gz"
|
||||||
|
checksum=38c84af10ae60a5fde66371a33d86d3fdef6275e4d8c8adfc80f32d6f066ec74
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue