void-packages/srcpkgs/restic/template

28 lines
821 B
Bash

# Template file for 'restic'
pkgname=restic
version=0.16.4
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=d736a57972bb7ee3398cf6b45f30e5455d51266f5305987534b45a4ef505f965
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
}