mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dep: remove git build dep
This commit is contained in:
parent
d3966da219
commit
0858be1c55
1 changed files with 0 additions and 5 deletions
|
@ -6,7 +6,6 @@ build_style=go
|
||||||
go_import_path=github.com/golang/dep
|
go_import_path=github.com/golang/dep
|
||||||
go_package="${go_import_path}/cmd/dep"
|
go_package="${go_import_path}/cmd/dep"
|
||||||
go_ldflags="-X main.version=v${version}"
|
go_ldflags="-X main.version=v${version}"
|
||||||
hostmakedepends="git"
|
|
||||||
depends="git go"
|
depends="git go"
|
||||||
short_desc="Go dependency management tool"
|
short_desc="Go dependency management tool"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
@ -15,10 +14,6 @@ homepage="https://github.com/golang/dep"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a
|
checksum=929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue