New package: rancher-compose-0.12.5

This commit is contained in:
Andrea Brancaleoni 2017-11-10 11:43:08 +01:00
parent dba42c00ab
commit 6dc983a2c0
1 changed files with 16 additions and 0 deletions

View 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
}