mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
terragrunt: use glide rather than raw git
This commit is contained in:
parent
f12ad814f6
commit
31ad6eef6d
1 changed files with 6 additions and 1 deletions
|
@ -6,13 +6,18 @@ build_style=go
|
||||||
short_desc="A thin wrapper for Terraform that provides extra tools"
|
short_desc="A thin wrapper for Terraform that provides extra tools"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
depends="terraform"
|
depends="terraform"
|
||||||
hostmakedepends="git"
|
hostmakedepends="glide"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
go_import_path="github.com/gruntwork-io/$pkgname"
|
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=0b265cd3c7640d527fd453f92c19caf27125ed5e8b517aadb667bba026022ae8
|
checksum=0b265cd3c7640d527fd453f92c19caf27125ed5e8b517aadb667bba026022ae8
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cd $GOSRCPATH
|
||||||
|
glide install
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue