void-packages/srcpkgs/restic/template
2022-03-29 00:17:03 +02:00

27 lines
778 B
Bash

# Template file for 'restic'
pkgname=restic
version=0.13.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=b3c09137b462548f44d764f98909534bef6e85fe029d4daf60545642cdefd3dd
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
}