# Template file for 'restic' pkgname=restic version=0.16.0 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)'" 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=b91f5ef6203a5c50a72943c21aaef336e1344f19a3afd35406c00f065db8a8b9 post_install() { vlicense LICENSE for f in doc/man/*; do vman $f done vcompletion doc/fish-completion.fish fish vcompletion doc/bash-completion.sh bash vcompletion doc/zsh-completion.zsh zsh }