summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8595fa777cfd321ef9e32a339515693952fd7104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Jose Riha <jose1711 gmail com>
# Generated with cargo-pkgbuild
pkgname=ruplicity-fuse
pkgver=0.0.1
pkgrel=1
makedepends=('rust' 'cargo')
depends=('fuse2')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='https://github.com/mbrt/ruplicity-fuse'
pkgdesc="Mount duplicity backups with userspace filesystem"
license=('GPL2')

package() {
    cd $srcdir
    cargo install --root="$pkgdir/usr" --git=https://github.com/mbrt/ruplicity-fuse
    rm $pkgdir/usr/.crates.toml
}