1244e97349
Features: - Include "sort-key" in bootloader spec config (MR 58) - Integrate pmos-update-depthcharge-kernel and pmos-update kernel logic (MR 55) [ci:skip-build] already built successfully in CI
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=boot-deploy
|
|
pkgver=0.15
|
|
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
|
|
b0d41a9c6fd3608fd8b5dec7dc8538605bff629a67fd6608fcb7dc79e6c92cec732ebea5551bba88f8530001f05a15347e3f9c4ad017ccec8485db9d1fa8364a boot-deploy-0.15.tar.gz
|
|
"
|