aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5136bf17bbcea6e09b4f943da41693fae8a18af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: shadichy <shadichy.dev@gmail.com>

pkgname='grub-android-x86'
pkgver='0.0.2'
pkgrel='2'
pkgdesc='GRUB Configuration for Android x86 detection (Only works with NTFS, extFS and vFat/exFat)'
arch=('any')
license=('GPLv3')
url='https://github.com/shadichy/grub-android-x86.git'
depends=('grub')
source=('30_android-prober.sh')
sha512sums=(
	'4e5850d7bf6cc66ec5f9a2358b817aea0d10e65e9ff3a091657340943d44a6f021ef038d7ca47bb383b99091c806a5aa3ec10f4669200f160c00d84d88597d63'
)

package() {
	cd "$srcdir"
	install -Dm755 "30_android-prober.sh" "$pkgdir/etc/grub.d/30_android-prober"
}