mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: operator-sdk-0.15.1
This commit is contained in:
parent
0eeeb77101
commit
89fcf4b68e
1 changed files with 14 additions and 0 deletions
14
srcpkgs/operator-sdk/template
Normal file
14
srcpkgs/operator-sdk/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'operator-sdk'
|
||||||
|
pkgname=operator-sdk
|
||||||
|
version=0.15.1
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/operator-framework/operator-sdk"
|
||||||
|
go_package="${go_import_path}/cmd/operator-sdk"
|
||||||
|
go_ldflags="-X ${go_import_path}/version.GitVersion=v${version}"
|
||||||
|
short_desc="SDK for building Kubernetes applications"
|
||||||
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/operator-framework/operator-sdk"
|
||||||
|
distfiles="https://github.com/operator-framework/operator-sdk/archive/v${version}.tar.gz"
|
||||||
|
checksum=f750d4bd79bbe9cc7a8ab34b9b4d5a3685a4276f13d27ff79cb4e77feb67275d
|
Loading…
Add table
Reference in a new issue