void-packages/srcpkgs/glide/template
2019-08-02 13:03:46 +02:00

19 lines
580 B
Bash

# Template file for 'glide'
pkgname=glide
version=0.13.3
revision=1
build_style=go
go_import_path="github.com/Masterminds/glide"
hostmakedepends="git"
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
}