void-packages/srcpkgs/rocker/template

17 lines
451 B
Bash
Raw Normal View History

2017-05-24 10:19:14 +00:00
# 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
}