17 lines
548 B
Plaintext
17 lines
548 B
Plaintext
|
# 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
|
||
|
}
|