2017-10-14 23:17:49 +00:00
|
|
|
pkgname=postmarketos-update-kernel
|
2021-12-24 09:02:48 +00:00
|
|
|
pkgver=0.0.7
|
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"
|
2017-10-14 23:17:49 +00:00
|
|
|
depends="util-linux"
|
|
|
|
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="
|
2021-12-24 09:02:48 +00:00
|
|
|
dae5ab226de812f3368d115a7906e3070929b58a90f428bb65bd60bde46a0802cb56189c4bbf7d686f4cbf3a78c667979080c9a5535244090118b7163362f9aa update-kernel.sh
|
2021-06-01 21:26:45 +00:00
|
|
|
"
|