core/grub2-themes-sirius/PKGBUILD

23 lines
659 B
Bash
Raw Normal View History

2014-04-29 04:54:07 +08:00
# maintainer: almack[at]chakraos[dot]org>
pkgname=grub2-themes-sirius
_THEME=Sirius
2014-04-29 04:54:07 +08:00
pkgver=1.0
pkgrel=2
2014-04-29 04:54:07 +08:00
pkgdesc="Chakra Sirius Grub2-theme"
url="http://chakraos.org"
screenshot="http://ext4.files.wordpress.com/2012/08/dharma-grub-theme.png"
arch=('any')
license=('CC-BY-ND')
depends=('grub2-common')
install=${pkgname}.install
source=("http://chakra.sourceforge.net/sources/chakra-artwork/$_THEME/grub2-themes/$_THEME-grub2-themes-${pkgver}.tar.gz")
md5sums=('eb0fb4f410a2913ec0642f4e0e2c4799')
2014-04-29 04:54:07 +08:00
2014-04-30 02:45:44 +08:00
package() {
2014-04-29 04:54:07 +08:00
cd "${srcdir}"
install -dm755 "$pkgdir/usr/share/grub/themes"
cp -dpr --no-preserve=ownership "${_THEME}" "$pkgdir/usr/share/grub/themes"
2014-04-29 04:54:07 +08:00
}