mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: govendor-1.0.8
This commit is contained in:
parent
232a5527fe
commit
6a8aeee6fe
1 changed files with 16 additions and 0 deletions
16
srcpkgs/govendor/template
Normal file
16
srcpkgs/govendor/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'govendor'
|
||||||
|
pkgname=govendor
|
||||||
|
version=1.0.8
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/kardianos/govendor"
|
||||||
|
short_desc="Go vendor tool that works with the standard vendor file"
|
||||||
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/kardianos/govendor"
|
||||||
|
distfiles="https://github.com/kardianos/govendor/archive/v${version}.tar.gz"
|
||||||
|
checksum=7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue