summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a5122081ce44b38e2abd39c7f692b39b16bc9e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: tippfehlr <tippfehlr at tippfehlr dot eu>

_pkgname=wrestic
pkgname=wrestic-bin
pkgver=1.3.0
pkgrel=1
pkgdesc='A wrapper around restic build in rust'
arch=('x86_64')
url="https://github.com/alvaro17f/$_pkgname"
license=('LGPL3')
provides=('wrestic')
conflicts=('wrestic')
source=("$url/releases/download/v$pkgver/$_pkgname.tar.gz")
sha256sums=('d95bdb3e885fbf7763337f69a80bf99ee8985a7791908c6c789a683400a23d4a')

package() {
	install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
}