d0d6372405
Add support for detecting A/B devices and cleanup the script a bit.
18 lines
472 B
Text
18 lines
472 B
Text
pkgname=postmarketos-update-kernel
|
|
pkgver=0.0.5
|
|
pkgrel=0
|
|
pkgdesc="kernel updater script for postmarketOS"
|
|
url="https://postmarketos.org"
|
|
depends="util-linux"
|
|
source="update-kernel.sh"
|
|
arch="noarch"
|
|
license="GPL3"
|
|
|
|
package() {
|
|
install -Dm755 "$srcdir/update-kernel.sh" \
|
|
"$pkgdir/sbin/pmos-update-kernel"
|
|
}
|
|
|
|
sha512sums="
|
|
256892629581fb9813ef9e7aa5bc18e7c1b80c88b97baeb96d7d432418f4cba79e0687193d7eca48bb3dba1543a3b7d1685f686206497c82df2e1ef80e026eb1 update-kernel.sh
|
|
"
|