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