19 lines
513 B
Bash
19 lines
513 B
Bash
# Template file for 'glide'
|
|
pkgname=glide
|
|
version=0.12.3
|
|
revision=6
|
|
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=a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|