17 lines
554 B
Bash
17 lines
554 B
Bash
|
# Template file for 'docker-gen'
|
||
|
pkgname=glock
|
||
|
version=0.0.0.20150512
|
||
|
revision=1
|
||
|
_commit=30723574b54030cef8a13e672ce287f29c59f369
|
||
|
wrksrc="glock-$_commit"
|
||
|
build_style=go
|
||
|
hostmakedepends="git-perl"
|
||
|
short_desc="Lock Go dependencies to specific revisions"
|
||
|
go_import_path="github.com/robfig/glock"
|
||
|
go_package="${go_import_path}"
|
||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||
|
license="Public Domain"
|
||
|
homepage="https://$go_import_path"
|
||
|
distfiles="$homepage/archive/$_commit.tar.gz"
|
||
|
checksum=b8fea16ccdfa4a927a8590753d44ca5bb610561f3b9e09cc1e501ef5c9351dc9
|