maintainer="Clayton Craft <clayton@craftyguy.net>"
pkgname=boot-deploy
pkgver=0.21.2
pkgrel=1
pkgdesc="tool for finalizing and deploying boot related files"
url="https://gitlab.postmarketos.org/postmarketOS/boot-deploy"
arch="noarch"
license="GPL-2.0-or-later"
source="
	https://gitlab.postmarketos.org/postmarketOS/boot-deploy/-/archive/$pkgver/boot-deploy-$pkgver.tar.gz

	os-customization
	"
depends="generate-kernel-cmdline"

check() {
	./test_boot_deploy_functions.sh
}

package() {
	install -Dm755 boot-deploy "$pkgdir"/usr/bin/boot-deploy
	install -Dm755 boot-deploy-functions.sh \
		"$pkgdir"/usr/share/boot-deploy/boot-deploy-functions.sh
	install -Dm644 "$srcdir"/os-customization \
		"$pkgdir"/usr/share/boot-deploy/os-customization

	touch boot-deploy-trigger
	install -Dm644 boot-deploy-trigger \
		"$pkgdir"/usr/share/mkinitfs-triggers/boot-deploy
}
sha512sums="
64da7b077d2b4b0c32222ac5c3e61f2338262a0e340829f801c66a080c4bf79a695105ccca039e999e0f6e2262c36f3abc4dec3c9fe827433a16dfcf51fbe727  boot-deploy-0.21.2.tar.gz
a243975b9850d9933e0f917f7eb38fc4a76ea658c3dcc56f035f60ee6c62d6740c1107143b8210bdc0231d4c9b6b2003e458120985604eb09649322d359ae89f  os-customization
"
