15 lines
523 B
Bash
15 lines
523 B
Bash
# Template file for 'acbuild'
|
|
pkgname=acbuild
|
|
version=0.4.0
|
|
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=9f689ddbcc8b7c6bc7eb1b71cfd3d1133be8964fc2bc07cc5909134c850c9374
|