2017-10-14 23:17:49 +00:00
|
|
|
pkgname=postmarketos-update-kernel
|
2022-04-27 13:27:58 +00:00
|
|
|
pkgver=0.0.8
|
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="
|
2022-04-27 13:27:58 +00:00
|
|
|
97b8a84db059cc8e3df69d8d187e08067a1015a01f2528287a4036f7f2c5e5c95a5d9fc2c2533cc7484cc896c1e3a664c2273fa34208d89f2561e3dc3a3a911a update-kernel.sh
|
2021-06-01 21:26:45 +00:00
|
|
|
"
|