pmaports/main/boot-deploy/APKBUILD
Clayton Craft 6923219afc
main/boot-deploy: upgrade to 0.14 (MR 4842)
Changelog:
        - Add support for Linux kernel cpu microcode loading on boot

[ci:skip-build] already built successfully in CI
2024-02-19 10:28:47 -08:00

32 lines
1.1 KiB
Text

# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=boot-deploy
pkgver=0.14
pkgrel=0
pkgdesc="tool for finalizing and deploying boot related files"
url="https://gitlab.com/postmarketos/boot-deploy"
arch="noarch"
license="GPL-2.0-or-later"
source="
os-customization
https://gitlab.com/postmarketOS/boot-deploy/-/archive/$pkgver/boot-deploy-$pkgver.tar.gz
"
check() {
./test_boot_deploy_functions.sh
}
package() {
install -Dm755 boot-deploy "$pkgdir"/sbin/boot-deploy
install -Dm755 boot-deploy-functions.sh \
"$pkgdir"/usr/share/boot-deploy/boot-deploy-functions.sh
install -Dm644 "$srcdir"/os-customization \
"$pkgdir"/usr/share/boot-deploy/os-customization
touch boot-deploy-trigger
install -Dm644 boot-deploy-trigger \
"$pkgdir"/usr/share/mkinitfs-triggers/boot-deploy
}
sha512sums="
a243975b9850d9933e0f917f7eb38fc4a76ea658c3dcc56f035f60ee6c62d6740c1107143b8210bdc0231d4c9b6b2003e458120985604eb09649322d359ae89f os-customization
6db023dadd7edf2836b23b2404cff0ea2ba6ad373008b0c43dfe31a62d4b9b17e9f981f6ccadb30330030ef491f0f492a5baed2d395eb277a6b1790bd3541dfd boot-deploy-0.14.tar.gz
"