pmaports/main/boot-deploy/APKBUILD
2021-09-08 14:11:30 -07:00

20 lines
702 B
Text

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