17 lines
451 B
Bash
17 lines
451 B
Bash
|
# 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
|
||
|
}
|