void-packages/srcpkgs/rocker/template
2017-08-25 08:52:01 +00:00

17 lines
451 B
Bash

# Template file for 'rocker'
pkgname=rocker
version=1.3.1
revision=2
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=760b8a879ab145d782127d94f61337831b2376d01d2dfa7e185737aab09cd009
post_install() {
vlicense LICENSE
}