# Maintainer: Erich Eckner pkgname=cryptfs-daemon pkgver=0.5.2 pkgrel=1 pkgdesc='shell script and systemd unit for (automatically) (un)mounting encrypted partitions' arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('cryptsetup') makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('3267eadbe37d9f5d4cb454ea0bceb8b1bfd3dacfbeed8c2ea9edbc20c44fd12c1ff25b002a196ebbf0b3fa0318d725aa3faf4740f0ea5abe3401f5cf5b01da33') build() { cd "${pkgname}-${pkgver}" make CONF_PREFIXES='# cryptfs' } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install_systemd }