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