aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b02538bc5f92b45f229e060134f902392e2eb0af (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
27
# Maintainer: Matthew Barichello <matthewjbarichello@gmail.com>
pkgname=arch-efistub-git
_gitsha="8a4951da5b202a2cc73fe24fdc0b884be7c59947"
pkgver=6.0
pkgrel=1
arch=("x86_64")
url="https://github.com/Matthewacon/arch-efistub"
groups=()
depends=("binutils" "pacman" "systemd" "systemd-ukify")
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
changelog=
source=("git+https://github.com/Matthewacon/arch-efistub#commit=${_gitsha}")
license=('MIT')
md5sums=('SKIP')
pkgdesc="Builds a unified EFISTUB kernel, bootable from a single file"

package () {
    install -D -m755 ${srcdir}/arch-efistub/efistub ${pkgdir}/usr/bin/efistub
    install -D -m644 ${srcdir}/arch-efistub/rebuild-efistub.hook ${pkgdir}/etc/pacman.d/hooks/rebuild-efistub.hook
}