aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7aa1c606ea7e620418db0a0937e6919bb73f5c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Corey Hinshaw <corey(at)electrickite(dot)org>
# Contributor: zer0def <zer0def@github>

pkgname=sbkeys
pkgver=1.0.1
pkgrel=1
pkgdesc="Simple script to generate Secure Boot keys"
arch=('any')
url="https://github.com/electrickite/sbkeys"
license=('GPL3')
depends=('efitools' 'coreutils' 'bash' 'openssl' 'util-linux')

source=('sbkeys')
sha256sums=('895dc5b515625ea515c3f74279dfe67cf40efea4f23ac5e4dbe78213da34d957')

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