summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c9332e149a577be331f55fe98676718c3b0a90c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=grub-theme-creator
_pkgver=0.1.0-alpha-2
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Automates the creation of a grub2 theme"
arch=('any')
url="https://github.com/petsam/grub-theme-creator"
license=('GPL3')
depends=('horizontal-grub' 'imagemagick')
optdepends=('grub2-theme-preview')
source=("$pkgname-$pkgver.tar.gz::https://github.com/petsam/$pkgname/archive/$_pkgver.tar.gz")
sha256sums=('b249aa9b3f6cde6a578a946114b633d6fa944c8b9be5d813deb51d5ba0860df5')

package() {
	cd "$pkgname-$_pkgver"
	install -d $pkgdir/usr/share/prettygrub
	cp -r templates  $pkgdir/usr/share/prettygrub/
	install -Dm755 prettygrub $pkgdir/usr/bin/prettygrub
	install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
}