summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 779a7c78bd3c292e7f331660114ec420ff477674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Timo 'enderium' Kettenbach
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=borrg-bin
pkgver=0.1.0
pkgrel=1
pkgdesc="A borg wrapper written in rust"
url="https://github.com/SebastianSpeitel/borrg"
license=("Apache-2.0")
arch=("x86_64")
depends=('borg')
provides=("borrg")
conflicts=("borrg")
source=("https://github.com/enderium/borrg-bin/releases/download/$pkgver/borrg-$pkgver-x86_64.tar.gz")
sha256sums=("199e9d0a7d60dc92f52b5b3d6e2145386fccee4213b494b54dc0e025778c7808")

package() {
    install -Dm755 borrg -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}