2017-10-14 23:17:49 +00:00
|
|
|
pkgname=postmarketos-update-kernel
|
2017-12-21 22:12:52 +00:00
|
|
|
pkgver=0.0.3
|
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"
|
|
|
|
}
|
2017-12-21 22:12:52 +00:00
|
|
|
sha512sums="6ff38c0d0a3b37b052c2cc1be61294079dd5c17e3b1b348f7b9865e83cf6b635fb192128d8a10a86c97ea708e73288ec3c5b3335348ff279ff4b8cace67c4c31 update-kernel.sh"
|