2021-08-17 06:47:25 +00:00
|
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
|
|
pkgname=boot-deploy
|
2022-10-13 12:19:22 +00:00
|
|
|
pkgver=0.6.1
|
2021-08-17 06:47:25 +00:00
|
|
|
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="https://gitlab.com/postmarketOS/boot-deploy/-/archive/$pkgver/boot-deploy-$pkgver.tar.gz"
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="
|
2022-10-13 12:19:22 +00:00
|
|
|
c1b9ff5718380d48967e6c8ebb0b43eb374bb79a6ad309f6615758917e152902e29ce51679635021f663bcfc7360593eb0f9295b8753a6bd9ff159f2213c491f boot-deploy-0.6.1.tar.gz
|
2021-08-17 06:47:25 +00:00
|
|
|
"
|