New package: rocker-1.3.0

This commit is contained in:
Andrea Brancaleoni 2017-05-24 12:19:14 +02:00
parent f1b748de19
commit 3a18da259b

17
srcpkgs/rocker/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'rocker'
pkgname=rocker
version=1.3.0
revision=1
build_style=go
depends="docker"
short_desc="Docker based build environment"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
go_import_path="github.com/grammarly/rocker"
homepage="https://$go_import_path"
distfiles="$homepage/archive/$version.tar.gz"
checksum=93e4c4f29e1a9d477fe04aa1918068183e9594995ccc7249891bf7679c23c8d5
post_install() {
vlicense LICENSE
}