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