15 lines
545 B
Bash
15 lines
545 B
Bash
# Template file for 'acbuild'
|
|
pkgname=acbuild
|
|
version=0.4.0
|
|
revision=9
|
|
wrksrc="build-${version}"
|
|
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="Orphaned <orphan@voidlinux.eu>"
|
|
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=88d99a002eb53212752d6f405d9e02555512b27c5b84e8ef5828607ee9774ed4
|