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