18 lines
517 B
Bash
18 lines
517 B
Bash
# Template file for 'glide'
|
|
pkgname=glide
|
|
version=0.13.1
|
|
revision=4
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
depends="go git"
|
|
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=84c4e365c9f76a3c8978018d34b4331b0c999332f628fc2064aa79a5a64ffc90
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|