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