# Maintainer: pkgname=horizontal-grub pkgver=0.1.2 pkgrel=1 pkgdesc="Transforms the current grub configuration file generated by grub(2) to a fake-horizontal style." arch=('any') url="https://github.com/petsam/horizontal-grub" license=('GPL3') depends=('bash' 'grub') source=("$pkgname-$pkgver.tar.gz::https://github.com/petsam/$pkgname/archive/$pkgver.tar.gz") sha256sums=('f15383f572392827a062aeef995fdae895b8d7055003fa2bf802100f89cbe795') package() { cd "$pkgname-$pkgver" install -Dm755 "$pkgname" -t "$pkgdir/usr/bin" }