Create PKGBUILD

pull/3/head
axtloss 2 years ago committed by GitHub
parent f6d3ed5034
commit dede5c4728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,18 @@
# 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/.
}
Loading…
Cancel
Save