summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 77d1d6352ed9a66292df84c6532a2959d0018575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Jenya Sovetkin <e.sovetkin@gmail.com>
pkgname=mkinitcpio-shredkeyfiles
pkgver=0.0.0
pkgrel=1
pkgdesc="mkinitcpio hook to shred keyfiles during the boot"
arch=(any)
license=('unknown')
url="https://aur.archlinux.org/packages/mkinitcpio-shredkeyfiles/"
depends=(mkinitcpio)
install="usage.install"
backup=('etc/encrypt2.conf')
source=('encrypt2.hook'
        'encrypt2.install'
        'encrypt2.conf')
md5sums=('ac1b3ad839f3461bd3bc967c58a804be'
         '6c4f19ba9a331e5b40825f7857bb40cd'
         '50030f303d861649cfdc9f2ce7d9bb75')

package() {  
  install -Dm 644 encrypt2.hook \
     "${pkgdir}/usr/lib/initcpio/hooks/encrypt2"
  install -Dm 644 encrypt2.install \
     "${pkgdir}/usr/lib/initcpio/install/encrypt2"
  install -Dm 644 encrypt2.conf \
     "${pkgdir}/etc/encrypt2.conf"
}