16 lines
478 B
Bash
16 lines
478 B
Bash
# Template file for 'rancher-compose'
|
|
pkgname=rancher-compose
|
|
version=0.12.5
|
|
revision=3
|
|
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
|
|
}
|