You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grub-theme/PKGBUILD

19 lines
418 B
Bash

2 years ago
# Maintainer: echo -n 'bWF0dEBnZXRjcnlzdC5hbA==' | base64 --decode
pkgname=crystal-grub-theme
pkgver=1.0.1
pkgrel=1
pkgdesc="GRUB Theme for Crystal Linux"
arch=('any')
url="https://github.com/crystal-linux/grub-theme"
depends=('grub')
source=("git+$url")
sha256sums=("SKIP")
package() {
cd ${srcdir}/grub-theme
mkdir -p ${pkgdir}/usr/share/grub/themes
cp -rv crystal ${pkgdir}/usr/share/grub/themes/.
}