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

pkgname=rencfs-bin
pkgver=0.13.27
pkgrel=1
pkgdesc="An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories."
url="https://github.com/radumarias/rencfs"
license=("Apache-2.0")
arch=("x86_64")
provides=("rencfs")
conflicts=("rencfs")
depends=("fuse3")
source=("https://github.com/radumarias/rencfs/releases/download/v$pkgver/rencfs-$pkgver-x86_64.tar.gz")
sha256sums=("717c684ff863fa9c3c4f6b2fbacc889aa5fda087f7be3cf7a1861c73a212993e")

package() {
    install -Dm755 rencfs -t "$pkgdir/usr/bin"
}