void-packages/srcpkgs/dep/template

24 lines
576 B
Bash
Raw Normal View History

2017-09-15 17:18:31 +00:00
# Template file for 'dep'
pkgname=dep
2018-01-25 10:06:48 +00:00
version=0.4.1
2018-05-03 18:49:41 +00:00
revision=4
2017-09-15 17:18:31 +00:00
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"
2018-01-25 10:06:48 +00:00
checksum=df9b050bf4dbb2a8cf04372097a68b04a6ae1986ed7c5086914ac86d74ea9d49
2017-09-15 17:18:31 +00:00
pre_build() {
git config --global http.https://gopkg.in.followRedirects true
}
post_install() {
vlicense LICENSE
}