17 lines
No EOL
451 B
Bash
17 lines
No EOL
451 B
Bash
# Template file for 'rocker'
|
|
pkgname=rocker
|
|
version=1.3.2
|
|
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=663971f022e5fdfcb6477f655991c82135b21deb1b2fee90e104dbf9bba4a667
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
} |