Remove redundant PKGBUILD

This commit is contained in:
dalto 2022-08-27 10:52:01 -05:00
parent c9061759a1
commit 00c6c66e85

View file

@ -1,20 +0,0 @@
pkgname=eos-systemd-boot
pkgver=0.92
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 ${srcdir}/${pkgname}/src/{usr,etc} ${pkgdir}
# mask the default loaderentry creator
mkdir -p "${pkgdir}/etc/kernel/install.d"
touch "${pkgdir}/etc/kernel/install.d/90-loaderentry.install"
}