Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/carapace/template
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Template file for 'carapace'
pkgname=carapace
version=1.5.7
version=1.6.5
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/..."
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=288f5629d9d842366089c75c388566b62bd452e5d2652384daeb419b134ec354
checksum=b0d3f3d2c60acc48bce48d27810ca510388699ca1d5a4db2fd154a22797a601e

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

post_install() {
Expand Down