void-packages/srcpkgs/dep/template

24 lines
576 B
Bash
Raw Normal View History

2017-09-15 19:18:31 +02:00
# Template file for 'dep'
pkgname=dep
2017-09-19 10:27:54 +02:00
version=0.3.1
2017-09-15 19:18:31 +02:00
revision=1
build_style=go
hostmakedepends="git"
depends="git go"
short_desc="Go dependency management tool"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache"
go_import_path="github.com/golang/dep"
go_package="$go_import_path/cmd/dep"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
2017-09-19 10:27:54 +02:00
checksum=386e2d163c5a95166fa3b89da4f8166361c7c5210fb172f64c116cccd19d1d44
2017-09-15 19:18:31 +02:00
pre_build() {
git config --global http.https://gopkg.in.followRedirects true
}
post_install() {
vlicense LICENSE
}