void-packages/srcpkgs/restic/template
2018-08-25 00:29:17 -07:00

23 lines
621 B
Bash

# Template file for 'restic'
pkgname=restic
version=0.9.2
revision=2
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.github.io/"
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
checksum=8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95
post_install() {
vlicense LICENSE
for f in doc/man/*; do
vman $f
done
}