pmaports/main/boot-deploy/APKBUILD
Clayton Craft 562f542902
main/boot-deploy: upgrade to 0.5 (MR 3011)
[ci:skip-build]: already built successfully in CI
2022-03-21 09:50:22 +01:00

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
"