# Maintainer: Michal Krenek (Mikos) pkgname=cryptboot pkgver=1.1.0 pkgrel=1 pkgdesc="Encrypted boot partition manager with UEFI Secure Boot support" arch=('any') url="https://github.com/xmikos/cryptboot" license=('GPL3') depends=('cryptsetup' 'grub' 'efibootmgr' 'efitools' 'sbsigntools') source=(https://github.com/xmikos/cryptboot/archive/v$pkgver.tar.gz) sha256sums=('f3227cbe2847d389b6c340a73e26f6859c18f6eef662a7822b5582cfee6d5538') package() { cd "$srcdir/$pkgname-$pkgver" install -Dm755 cryptboot "$pkgdir/usr/bin/cryptboot" install -Dm755 cryptboot-efikeys "$pkgdir/usr/bin/cryptboot-efikeys" install -Dm644 cryptboot.conf "$pkgdir/etc/cryptboot.conf" } # vim:set ts=2 sw=2 et: