void-packages/srcpkgs/glide/template
2017-10-26 18:16:58 +00:00

19 lines
513 B
Bash

# Template file for 'glide'
pkgname=glide
version=0.13.0
revision=2
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=ebbfa28e547db921add3557317c810f87d4ece983213d8e9899783b3e3b43ae7
post_install() {
vlicense LICENSE
}