void-packages/srcpkgs/glide/template

19 lines
517 B
Bash
Raw Normal View History

2017-01-12 16:25:13 +00:00
# Template file for 'glide'
pkgname=glide
2017-11-08 07:02:37 +00:00
version=0.13.1
2018-02-23 03:55:57 +00:00
revision=3
2017-01-12 16:25:13 +00:00
build_style=go
hostmakedepends="git"
2017-11-25 05:06:42 +00:00
depends="go git"
2017-01-12 16:25:13 +00:00
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"
2017-11-08 07:02:37 +00:00
checksum=84c4e365c9f76a3c8978018d34b4331b0c999332f628fc2064aa79a5a64ffc90
2017-01-12 16:25:13 +00:00
post_install() {
vlicense LICENSE
}