main/restic: Add version 0.12.0

main
earnest ma 2021-07-30 14:07:59 -04:00
parent 208ba0b6ce
commit 5ea6703a4c
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 16 additions and 0 deletions

16
main/restic/build Normal file
View File

@ -0,0 +1,16 @@
# Maintainer: earnest ma <me@earne.link>
name=restic
version=0.12.0
rev=0
type=file
url="https://restic.net/"
description="Fast, secure, efficient backup program"
source="https://github.com/restic/restic/releases/download/v${version}/restic_${version}_linux_amd64.bz2"
sha512sums="293d8274a3268ffb33758fd3f1c1eba61bb7211a4a0ebe85d38d01f013fa8dbf53207cb7f77ccd317cf8b705cab422eaadf877f39db5320adc36ce7dabad8750 restic_0.12.0_linux_amd64.bz2"
steps(){
bunzip2 restic_*.bz2
cin-bin restic_${version}_linux_amd64 $builddir/usr/bin/restic
}