# Template file for 'restic' pkgname=restic version=0.9.6 revision=1 build_style=go go_import_path=github.com/restic/restic go_package="${go_import_path}/cmd/restic" go_ldflags="-X 'main.version=${version} (Void Linux)'" hostmakedepends="git" short_desc="Backup solution written in Go" maintainer="Florian Eich " license="BSD-2-Clause" homepage="https://restic.net/" changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md" distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz" checksum=1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe post_install() { vlicense LICENSE for f in doc/man/*; do vman $f done }