mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
carapace: adjust for default do_check
This commit is contained in:
parent
b513d7e404
commit
d85c9ea971
1 changed files with 1 additions and 3 deletions
|
@ -7,6 +7,7 @@ go_import_path=github.com/carapace-sh/carapace-bin
|
||||||
go_package="${go_import_path}/cmd/carapace"
|
go_package="${go_import_path}/cmd/carapace"
|
||||||
go_build_tags="release"
|
go_build_tags="release"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
|
make_check_target="./cmd/carapace/..."
|
||||||
short_desc="Multi-shell multi-command argument completer"
|
short_desc="Multi-shell multi-command argument completer"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -19,9 +20,6 @@ pre_build() {
|
||||||
CGO_ENABLED=0 GOARCH= go generate ./cmd/...
|
CGO_ENABLED=0 GOARCH= go generate ./cmd/...
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
|
||||||
go test ./cmd/carapace/...
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue