PKGNAME=goreleaser
PKGSEC=devel
PKGDEP="glibc"
BUILDDEP="go"
PKGDES="Tool for building and releasing Go projects"

ABTYPE=gomod
GO_LDFLAGS=("-X main.version=$PKGVER -X main.builtBy=AOSC")
# FIXME: Autobuild does not yet support splitting out debug symbol from Go executables
ABSPLITDBG=0
