Skip to content

Commit

Permalink
dep: remove git build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 committed May 1, 2022
1 parent 0df018e commit 125eba3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions srcpkgs/dep/template
Expand Up @@ -6,7 +6,6 @@ build_style=go
go_import_path=github.com/golang/dep
go_package="${go_import_path}/cmd/dep"
go_ldflags="-X main.version=v${version}"
hostmakedepends="git"
depends="git go"
short_desc="Go dependency management tool"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
Expand All @@ -15,10 +14,6 @@ homepage="https://github.com/golang/dep"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a

pre_build() {
git config --global http.https://gopkg.in.followRedirects true
}

post_install() {
vlicense LICENSE
}

0 comments on commit 125eba3

Please sign in to comment.