vp-build/srcpkgs/restic/template

27 lines
778 B
Bash

# Template file for 'restic'
pkgname=restic
version=0.13.1
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=8430f80dc17b98fd78aca6f7d635bf12a486687677e15989a891ff4f6d8490a9
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
}