New package: glide-0.12.3

This commit is contained in:
ananteris 2017-01-12 11:25:13 -05:00
parent d428bb466c
commit 2eed0a20de
1 changed files with 18 additions and 0 deletions

18
srcpkgs/glide/template Normal file
View File

@ -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
}