summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 930093ed8018bf79a6a4d2d4005f46a407aa28a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Radu Marias <hello@xorio.rs>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=rencfs-bin
pkgver=0.14.11
pkgrel=1
pkgdesc="WARNING! UNDER ACTIVE DEVELOPMENT. An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories."
url="https://xoriors.github.io/rencfs"
license=("MIT OR Apache-2.0")
arch=("x86_64")
provides=("rencfs")
conflicts=("rencfs")
depends=("fuse3")
source=("https://github.com/xoriors/rencfs/releases/download/v$pkgver/rencfs-$pkgver-x86_64.tar.gz")
sha256sums=("6f42e3a6fff9895cca2f538775327c2b51e3fe6c06813262d9b8ea73f57de79f")

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