tarch-grub-theme/PKGBUILD

22 lines
430 B
Bash
Raw Normal View History

2024-02-24 11:13:22 +03:00
pkgname=tarch-grub-theme
pkgver=1.0
pkgrel=1
pkgdesc="Default grub2 bootloader theme for Tarch OS"
url="https://gitcast.ru/tarch_os/tarch-grub-theme.git"
arch=("any")
license=("GPL3")
depends=("grub")
provides=("${pkgname}")
options=(!strip !emptydirs)
install="${pkgname}.install"
prepare() {
cp -af ../files/. ${srcdir}
}
package() {
(find tarch -type f -exec install -Dm 644 "{}" "$pkgdir/usr/share/grub/themes/{}" \;)
}