diff --git a/srcpkgs/rancher-compose/template b/srcpkgs/rancher-compose/template new file mode 100644 index 00000000000..db09907cbb6 --- /dev/null +++ b/srcpkgs/rancher-compose/template @@ -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 " +license="Apache-2.0" +homepage="https://$go_import_path" +distfiles="$homepage/archive/v$version.tar.gz" +checksum=cdff53b2c3401b990ad33e229c7ef429504419e49e18a814101e2fa3c84859ea + +post_install() { + vlicense LICENSE +}