New package: rancher-compose-0.12.5
This commit is contained in:
parent
dba42c00ab
commit
6dc983a2c0
1 changed files with 16 additions and 0 deletions
16
srcpkgs/rancher-compose/template
Normal file
16
srcpkgs/rancher-compose/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'rancher-compose'
|
||||
pkgname=rancher-compose
|
||||
version=0.12.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/rancher/$pkgname"
|
||||
short_desc="Docker compose compatible client to deploy to Rancher"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=cdff53b2c3401b990ad33e229c7ef429504419e49e18a814101e2fa3c84859ea
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue