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
15 changes: 11 additions & 4 deletions srcpkgs/skaffold/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Template file for 'skaffold'
pkgname=skaffold
version=1.39.3
revision=4
version=2.24.0
revision=1
build_style=go
go_import_path=github.com/GoogleContainerTools/skaffold
go_import_path=github.com/GoogleContainerTools/skaffold/v2
go_package="${go_import_path}/cmd/skaffold"
go_ldflags="-X ${go_import_path}/pkg/skaffold/version.version=${version}"
hostmakedepends="git"
short_desc="Easy and repeatable Kubernetes development"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://skaffold.dev/"
changelog="https://github.com/GoogleContainerTools/skaffold/releases"
distfiles="https://github.com/GoogleContainerTools/skaffold/archive/v${version}.tar.gz"
checksum=02ac3d6a70388c6664c7d2f797d53a1847e4ce075ba5e3b09c75969fec9dd2f5
checksum=a8a5b2f7f291834be1fffff0f2eb1a32245c6279546b2037e0281d62d5607bb5

do_check() {
unset GOARCH
# integration tests need pre-existing skaffold binary
go test -p "$XBPS_MAKEJOBS" -tags "${go_build_tags}" ${make_check_args} $(go list ./... | grep -v '/integration$')
}