18 lines
496 B
Bash
18 lines
496 B
Bash
# Template file for 'glide'
|
|
pkgname=glide
|
|
version=0.13.2
|
|
revision=1
|
|
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="http://glide.sh"
|
|
distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
|
|
checksum=0886851af2437b161d47b279a32bef426577e7bec3f5acdadebe34549aae8270
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|