pkgname=postmarketos-update-kernel
pkgver=0.0.9
pkgrel=0
pkgdesc="kernel updater script for postmarketOS"
url="https://postmarketos.org"
depends="devicepkg-utils util-linux"
source="update-kernel.sh"
arch="noarch"
license="GPL3"

package() {
	install -Dm755 "$srcdir/update-kernel.sh" \
		"$pkgdir/sbin/pmos-update-kernel"
}

sha512sums="
1bdbf90a291629bb72e277e5e9fbcdfbca3b38f0f4c6fcf604c487196e1f60139c9e0de656274f545b29b4b09d488bd248e8fa5049f765ad000220af98d08427  update-kernel.sh
"
