2021-08-17 06:47:25 +00:00
|
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
|
|
pkgname=boot-deploy
|
2023-06-18 17:09:35 +00:00
|
|
|
pkgver=0.9.1
|
2023-04-30 06:34:14 +00:00
|
|
|
pkgrel=0
|
2022-12-10 23:56:32 +00:00
|
|
|
pkgdesc="tool for finalizing and deploying boot related files"
|
2021-08-17 06:47:25 +00:00
|
|
|
url="https://gitlab.com/postmarketos/boot-deploy"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL-2.0-or-later"
|
2022-12-10 23:56:32 +00:00
|
|
|
source="
|
2023-06-18 17:09:35 +00:00
|
|
|
os-customization
|
2022-12-10 23:56:32 +00:00
|
|
|
https://gitlab.com/postmarketOS/boot-deploy/-/archive/$pkgver/boot-deploy-$pkgver.tar.gz
|
|
|
|
"
|
2021-08-17 06:47:25 +00:00
|
|
|
options="!check"
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 boot-deploy "$pkgdir"/sbin/boot-deploy
|
|
|
|
install -Dm755 boot-deploy-functions.sh \
|
|
|
|
"$pkgdir"/usr/share/boot-deploy/boot-deploy-functions.sh
|
2023-06-18 17:09:35 +00:00
|
|
|
install -Dm644 "$srcdir"/os-customization \
|
|
|
|
"$pkgdir"/usr/share/boot-deploy/os-customization
|
2022-12-10 23:56:32 +00:00
|
|
|
|
|
|
|
touch boot-deploy-trigger
|
|
|
|
install -Dm644 boot-deploy-trigger \
|
2023-03-06 07:33:10 +00:00
|
|
|
"$pkgdir"/usr/share/mkinitfs-triggers/boot-deploy
|
2021-08-17 06:47:25 +00:00
|
|
|
}
|
|
|
|
sha512sums="
|
2023-06-18 17:09:35 +00:00
|
|
|
a243975b9850d9933e0f917f7eb38fc4a76ea658c3dcc56f035f60ee6c62d6740c1107143b8210bdc0231d4c9b6b2003e458120985604eb09649322d359ae89f os-customization
|
|
|
|
2e043ae87db33147b17a95fdaf990ad3d3d17b060f0611cf9985f90bad3745cfc3d15ea59b85abdc3cc268724784f0c40f487d4b17f63b290776ed2d83beab01 boot-deploy-0.9.1.tar.gz
|
2021-08-17 06:47:25 +00:00
|
|
|
"
|