void-packages/srcpkgs/glide/template

19 lines
558 B
Bash

# Template file for 'glide'
pkgname=glide
version=0.13.3
revision=3
build_style=go
go_import_path="github.com/Masterminds/glide"
depends="go git"
short_desc="Vendor package management for golang"
maintainer="ananteris <ananteris@protonmail.ch>"
license="MIT"
homepage="http://glide.sh"
changelog="https://raw.githubusercontent.com/Masterminds/glide/master/CHANGELOG.md"
distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
checksum=817dad2f25303d835789c889bf2fac5e141ad2442b9f75da7b164650f0de3fee
post_install() {
vlicense LICENSE
}