void-packages/srcpkgs/etcd/template
2016-04-23 11:36:05 +02:00

24 lines
627 B
Bash

# Template file for 'etcd'
pkgname=etcd
version=2.3.2
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0"
go_import_path="github.com/coreos/etcd"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=1da4413c9aa023db7ea86586b5e10a9a3da2015995c04b74c058f9ede8f3e85f
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"
post_build() {
go get -x ${go_import_path}/etcdctl
}
post_install() {
vlicense LICENSE
vsv etcd
}