summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fb8f085677093878e4e616e518be7a525e36bdc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"
}