mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
b9796e16c9
commit
c32944c784
1 changed files with 13 additions and 0 deletions
13
srcpkgs/skaffold/template
Normal file
13
srcpkgs/skaffold/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'skaffold'
|
||||||
|
pkgname=skaffold
|
||||||
|
version=0.27.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/GoogleContainerTools/skaffold
|
||||||
|
go_package="${go_import_path}/cmd/skaffold"
|
||||||
|
short_desc="Easy and repeatable Kubernetes development"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://skaffold.dev/"
|
||||||
|
distfiles="https://github.com/GoogleContainerTools/skaffold/archive/v${version}.tar.gz"
|
||||||
|
checksum=1fa4b6af6d3a7bb47fc1c6632815d4951265599c06b868fc111881f5c34f6328
|
Loading…
Add table
Reference in a new issue