# 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=('borgbackup') 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" }