# Maintainer: Clayton Craft pkgname=boot-deploy pkgver=0.12 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=" os-customization https://gitlab.com/postmarketOS/boot-deploy/-/archive/$pkgver/boot-deploy-$pkgver.tar.gz " check() { ./test_boot_deploy_functions.sh } package() { install -Dm755 boot-deploy "$pkgdir"/sbin/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=" a243975b9850d9933e0f917f7eb38fc4a76ea658c3dcc56f035f60ee6c62d6740c1107143b8210bdc0231d4c9b6b2003e458120985604eb09649322d359ae89f os-customization a007ceb8516065b6fbcd3d4b7fb7ed527c078c1c1ab62b0c64c3a42aa7872e661ec723065e76adb9a510942a8d7c8eea088bc009da76f3ea7ea9bd823c179af2 boot-deploy-0.12.tar.gz "