TerraState: update to 0.2

This commit is contained in:
Michael Aldridge 2019-04-21 17:23:54 -07:00
parent 7f8e3d9bae
commit d23ca61970

View file

@ -1,22 +1,17 @@
# Template file for 'TerraState' # Template file for 'TerraState'
pkgname=TerraState pkgname=TerraState
version=0.1 version=0.2
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/the-maldridge/TerraState" go_import_path="github.com/the-maldridge/TerraState"
go_package="${go_import_path}/cmd/terrastate" go_package="${go_import_path}/cmd/terrastate"
hostmakedepends="dep" hostmakedepends="git"
short_desc="Remote state for TerraForm" short_desc="Remote state for TerraForm"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/the-maldridge/TerraState" homepage="https://github.com/the-maldridge/TerraState"
distfiles="https://github.com/the-maldridge/TerraState/archive/v$version.tar.gz" distfiles="https://github.com/the-maldridge/TerraState/archive/v$version.tar.gz"
checksum=c36693ea0da06944a3303cd5ccbbbd48ff62ae910b7e9a6f986bd60b490c6579 checksum=e74f532ceb44ee28cb36ad619e9f8f3b9cd13ea52a747d808f4e819ae42b34ff
pre_build() {
cd $GOSRCPATH
dep ensure
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE