summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3b606cf87e9ec8b192ae29f98519b0e6d9aa94d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Sebastian Speitel
#
# 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")
provides=("borrg")
conflicts=("borrg")
source=("https://github.com/SebastianSpeitel/borrg/releases/download/v$pkgver/borrg-$pkgver-x86_64.tar.gz")
sha256sums=("ebe1de98149ec74f4f68c89e69ff0e6b90659f49741d9083abacfee1b1f26236")

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