17 lines
514 B
Bash
17 lines
514 B
Bash
# Template file for 'goreleaser'
|
|
pkgname=goreleaser
|
|
version=0.180.3
|
|
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=8cfd8e09638a5ad4a8d3e3bdb61a05244e8190546f2c97b1cee2190a6b94cca8
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|