# Maintainer: Erich Eckner pkgname=cryptfs-daemon pkgver=0.5.4 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=('b6b86e8805b77e96639ff0652e578c88377dc5530964b206617723b7fddb757e80775636ab268b4395e3f2a7897ff6b2d115fd9225e4ac704ee5cae0e965f659') build() { cd "${pkgname}-${pkgver}" make CONF_PREFIXES='# cryptfs' } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install_systemd }