# Template file for 'carapace'
pkgname=carapace
version=1.7.3
revision=1
build_style=go
go_import_path=github.com/carapace-sh/carapace-bin
go_package="${go_import_path}/cmd/carapace"
go_build_tags="release"
go_ldflags="-X main.version=${version}"
make_check_target="./cmd/carapace/"
short_desc="Multi-shell multi-command argument completer"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://carapace.sh/"
changelog="https://carapace-sh.github.io/carapace-bin/release_notes.html"
distfiles="https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v${version}.tar.gz"
checksum=6e5b778538653bc3ee8b65fbc74028a6edf022ca85179bedea71882699662e89

pre_build() {
	GOMODCACHE="${XBPS_BUILDDIR}/gomodcache" CGO_ENABLED=0 GOARCH= go generate ./cmd/...
}

post_install() {
	vlicense LICENSE
}
