void-packages/srcpkgs/etcd/template
Andrea Brancaleoni 7acd8583c2 etcd: update to 3.0.13.
closes #5054
2016-10-27 11:50:46 +02:00

25 lines
650 B
Bash

# Template file for 'etcd'
pkgname=etcd
version=3.0.13
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0"
hostmakedepends="git"
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=777d2dff3eb95410feb6ac411b538bed59cb94041fad7f4059827e952ea621c0
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
}