void-packages/srcpkgs/etcd/template

26 lines
649 B
Bash
Raw Normal View History

2016-02-29 11:06:16 +01:00
# Template file for 'etcd'
pkgname=etcd
2016-07-09 09:31:43 +02:00
version=3.0.2
2016-04-22 22:44:52 +02:00
revision=1
2016-02-29 11:06:16 +01:00
build_style=go
short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0"
2016-07-02 10:18:26 +02:00
hostmakedepends="git"
2016-02-29 11:06:16 +01:00
go_import_path="github.com/coreos/etcd"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
2016-07-09 09:31:43 +02:00
checksum=a13bdd303a9f59f45f4c053ca3e93212fb89b69aa761be540147f59ee76942e1
2016-02-29 11:06:16 +01:00
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
}