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
2017-07-11 16:51:42 +00:00
version=1.3.1
2017-08-08 06:22:57 +00:00
revision=2
2017-05-24 10:19:14 +00:00
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"
2017-07-11 16:51:42 +00:00
checksum=760b8a879ab145d782127d94f61337831b2376d01d2dfa7e185737aab09cd009
2017-05-24 10:19:14 +00:00
post_install() {
vlicense LICENSE
}