17 lines
514 B
Bash
17 lines
514 B
Bash
|
# 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
|
||
|
}
|