28 lines
782 B
Bash
28 lines
782 B
Bash
# Template file for 'zrepl'
|
|
pkgname=zrepl
|
|
version=0.5.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/zrepl/zrepl
|
|
go_ldflags="-X github.com/zrepl/zrepl/version.zreplVersion=void-${version}_${revision}"
|
|
depends="zfs"
|
|
short_desc="One-stop ZFS backup & replication solution"
|
|
maintainer="Frans Bergman <frans@tankernn.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/zrepl/zrepl"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=4acfde9e7a09eca2de3de5c7d2987907ae446b345b69133e4b3c58a99c294465
|
|
|
|
conf_files="/etc/zrepl/*"
|
|
|
|
post_install() {
|
|
vmkdir etc/zrepl
|
|
vinstall ${FILESDIR}/zrepl.yml 644 etc/zrepl
|
|
vsconf ${FILESDIR}/zrepl.yml
|
|
vcopy config/samples/* usr/share/examples/${pkgname}
|
|
vsconf dist/grafana/grafana-prometheus-zrepl.json
|
|
|
|
vlicense LICENSE
|
|
vsv zrepl
|
|
}
|