Add PKGBUILD
This commit is contained in:
parent
460c475a8d
commit
b7ccc3509a
1 changed files with 20 additions and 0 deletions
20
PKGBUILD
Normal file
20
PKGBUILD
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
pkgname=eos-systemd-boot
|
||||||
|
pkgver=0.01
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='Enables systemd-boot automation using kernel-install on EndeavourOS'
|
||||||
|
arch=(any)
|
||||||
|
url='https://gitlab.com/dalto.8/eos-systemd-boot'
|
||||||
|
license=(GPL2)
|
||||||
|
depends=(systemd)
|
||||||
|
source=(git+https://gitlab.com/dalto.8/eos-systemd-boot.git)
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
package()
|
||||||
|
{
|
||||||
|
# install the package files
|
||||||
|
cp -a src/* "${pkgdir}"
|
||||||
|
|
||||||
|
# mask the mkinitcpio hooks
|
||||||
|
touch "${pkgdir}/etc/pacman.d/hooks/90-mkinitcpio-install.hook"
|
||||||
|
touch "${pkgdir}/etc/pacman.d/hooks/60-mkinitcpio-remove.hook"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue