22 lines
447 B
Bash
22 lines
447 B
Bash
# Maintainer: Michał <ash8820@proton.me>
|
|
|
|
pkgname=euri-grub-theme
|
|
pkgver=2026.07
|
|
pkgrel=1
|
|
pkgdesc='Euri GRUB theme (Layan)'
|
|
arch=('any')
|
|
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages"
|
|
license=('GPL')
|
|
depends=('grub')
|
|
source=()
|
|
sha256sums=()
|
|
|
|
prepare() {
|
|
cp -a "${srcdir}/../Layan" "${srcdir}/"
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "${pkgdir}/usr/share/grub/themes"
|
|
cp -a "${srcdir}/Layan" "${pkgdir}/usr/share/grub/themes/euri"
|
|
}
|