summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d8d83799fdc0e15da587bc6fc3e3cf5702f5c8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Liam Chelton <liamchelton at gmail.com>

pkgname=zfsbootmenu-sb
pkgver=0.3
pkgrel=2
pkgdesc="Hooks for signing ZFSBootMenu for use with Secure Boot."
arch=('any')
url="https://github.com/KorewaKiyo/zfsbootmenu-sb"
license=('GPL2')
depends=('sbsigntools' 'perl')
optdepends=("zfsbootmenu: For ZBM"
            "zfsbootmenu-efi-bin: For ZBM")
makedepends=('git')
sha256sums=('SKIP')
source=("git+https://github.com/KorewaKiyo/zfsbootmenu-sb.git")
package() {
  cd zfsbootmenu-sb
  make DESTDIR="${pkgdir}" install
}