16 lines
512 B
Bash
16 lines
512 B
Bash
# Template file for 'goreleaser'
|
|
pkgname=goreleaser
|
|
version=1.2.5
|
|
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=f6ad356f4b53a3e4742bb429c636b974f04aab8d5d12f5fc6919526c83665d1a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|