# Maintainer: mark.blakeney at bullet-systems dot net pkgname=gocryptfs-ui pkgver=1.2 pkgrel=1 pkgdesc="Encrypted filesystem gocryptfs UI wrapper" url="https://github.com/bulletmark/$pkgname" license=("GPL3") arch=("any") depends=("gocryptfs" "fuse2" "zenity" "xdg-utils") source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") md5sums=('6f0a3850f89e5207aa8f28722968905f') package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: