2017-05-24 12:19:14 +02:00
|
|
|
# Template file for 'rocker'
|
|
|
|
pkgname=rocker
|
2017-07-11 18:51:42 +02:00
|
|
|
version=1.3.1
|
2017-08-08 08:22:57 +02:00
|
|
|
revision=2
|
2017-05-24 12:19:14 +02: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 18:51:42 +02:00
|
|
|
checksum=760b8a879ab145d782127d94f61337831b2376d01d2dfa7e185737aab09cd009
|
2017-05-24 12:19:14 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|