pmaports/main/boot-deploy/APKBUILD

20 lines
706 B
Text

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