void-packages/srcpkgs/restic/template
2020-09-21 20:35:54 -04:00

27 lines
778 B
Bash

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