20 lines
702 B
Text
20 lines
702 B
Text
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=boot-deploy
|
|
pkgver=0.4
|
|
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="
|
|
e3b48e2498f7eb8616fb29385ccb25350cf2ba329e19effd3083460cac88664d35291e6366e14b687c6ba48c950970f13b1052b18d90c13ce5c2488aad0a9ece boot-deploy-0.4.tar.gz
|
|
"
|