void-packages/srcpkgs/restic/template
2019-04-24 20:56:20 +02:00

25 lines
723 B
Bash

# Template file for 'restic'
pkgname=restic
version=0.9.5
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)'"
hostmakedepends="git"
short_desc="Backup solution written in Go"
maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD-2-Clause"
homepage="https://restic.github.io/"
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=e22208e946ede07f56ef60c1c89de817b453967663ce4867628dff77761bd429
post_install() {
vlicense LICENSE
for f in doc/man/*; do
vman $f
done
}