14 lines
523 B
Bash
14 lines
523 B
Bash
# Template file for 'acbuild'
|
|
pkgname=acbuild
|
|
version=0.2.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/appc/acbuild
|
|
go_package=github.com/appc/acbuild/acbuild
|
|
go_ldflags="-X github.com/appc/acbuild/lib.Version=${version}"
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/appc/acbuild"
|
|
short_desc="A build tool for ACIs"
|
|
distfiles="https://github.com/appc/acbuild/archive/v${version}.tar.gz"
|
|
checksum=a6011167666d0893268b41f4c33d4c32e5012ee0d44da7c960fa7aa3e9da7e6f
|