summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1fde2258705a58ec1d91861067eac0390b794d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Corey Hinshaw <coreyhinshaw@gmail.com>

pkgname=luks-tpm
pkgver=0.2.2
pkgrel=1
pkgdesc="Utility to manage LUKS keyfiles sealed by the TPM"
arch=('any')
url="https://github.com/electrickite/luks-tpm"
license=('GPL')
depends=('tpm-tools' 'trousers' 'cryptsetup' 'coreutils' 'util-linux')
source=('luks-tpm')

sha256sums=('45e4009da6ff8810cb38f4178a23023c0111563d2a500292459c58d6dd5e058c')

package() {
  install -Dm755 luks-tpm "${pkgdir}/usr/bin/luks-tpm"
}