New package: glide-0.12.3
This commit is contained in:
parent
d428bb466c
commit
2eed0a20de
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'glide'
|
||||||
|
pkgname=glide
|
||||||
|
version=0.12.3
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
hostmakedepends="git"
|
||||||
|
depends="go"
|
||||||
|
go_import_path="github.com/Masterminds/glide"
|
||||||
|
short_desc="Vendor package management for golang"
|
||||||
|
maintainer="ananteris <ananteris@protonmail.ch>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/Masterminds/glide"
|
||||||
|
distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
|
||||||
|
checksum=a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue