562f542902
[ci:skip-build]: already built successfully in CI
20 lines
702 B
Text
20 lines
702 B
Text
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=boot-deploy
|
|
pkgver=0.5
|
|
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="
|
|
9aa766fb70cf79a6511c5ee4b4cb82968e52281f8fdf2d42ab256d39fb59237265e4a21179359efb4848f3c67d7f9e13d779cac82d1debe1b5fddbfb65af76d0 boot-deploy-0.5.tar.gz
|
|
"
|