pmaports/cross/grub-efi-x86/APKBUILD
Oliver Smith 1915c4ecb3
cross/*: limit arches to x86_64 where makes sense
Run "pmbootstrap aportgen" on these packages with pmbootstrap!1965 and
pmbootstrap!1963 applied. [ci:skip-build], [ci:skip-vercheck]
2020-07-29 12:58:13 +02:00

24 lines
748 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen grub-efi-x86
pkgname=grub-efi-x86
pkgver=2.04
pkgrel=2
_arch="x86"
_mirror="http://dl-cdn.alpinelinux.org/alpine/"
pkgdesc="GRUB $_arch EFI files for every architecture"
url="https://www.gnu.org/software/grub/"
license="GPL-3.0-or-later"
arch="x86_64"
source="grub-efi-$pkgver-r$pkgrel-$_arch-edge.apk::$_mirror/edge/main/$_arch/grub-efi-$pkgver-r$pkgrel.apk"
package() {
mkdir -p "$pkgdir"
cd "$pkgdir"
tar -xf "$srcdir/grub-efi-$pkgver-r$pkgrel-$_arch-edge.apk"
rm .PKGINFO .SIGN.*
}
sha512sums="e14ab6a15a82d66fd38f4e9f99c280124d84fd3e714b261ecf9e7ae0f1b4d08401ecf49de16306fc40459fdd022a724335ab70ef652ff0b8c2f1a9c62531ba94 grub-efi-2.04-r2-x86-edge.apk"