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