pmaports/main/boot-deploy/APKBUILD
2022-07-27 08:57:02 +02:00

20 lines
702 B
Text

# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=boot-deploy
pkgver=0.6
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="
3cf1a0a49e5d6b2a9abcc4f932a7afa7e7310bc9497ddf710da3f3cd054054b765696b9b1dc7030a9a4d91e79978a5a8552636288e8467f225fcbb95ccef8297 boot-deploy-0.6.tar.gz
"