2017-10-14 23:17:49 +00:00
|
|
|
pkgname=postmarketos-update-kernel
|
2023-05-29 13:08:11 +00:00
|
|
|
pkgver=0.0.9
|
2017-10-14 23:17:49 +00:00
|
|
|
pkgrel=0
|
|
|
|
pkgdesc="kernel updater script for postmarketOS"
|
2018-06-30 07:00:48 +00:00
|
|
|
url="https://postmarketos.org"
|
2023-05-29 13:08:11 +00:00
|
|
|
depends="devicepkg-utils util-linux"
|
2017-10-14 23:17:49 +00:00
|
|
|
source="update-kernel.sh"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL3"
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 "$srcdir/update-kernel.sh" \
|
|
|
|
"$pkgdir/sbin/pmos-update-kernel"
|
|
|
|
}
|
2021-06-01 21:26:45 +00:00
|
|
|
|
|
|
|
sha512sums="
|
2023-05-29 13:08:11 +00:00
|
|
|
1bdbf90a291629bb72e277e5e9fbcdfbca3b38f0f4c6fcf604c487196e1f60139c9e0de656274f545b29b4b09d488bd248e8fa5049f765ad000220af98d08427 update-kernel.sh
|
2021-06-01 21:26:45 +00:00
|
|
|
"
|