2017-10-14 23:17:49 +00:00
|
|
|
pkgname=postmarketos-update-kernel
|
2020-10-26 11:55:43 +00:00
|
|
|
pkgver=0.0.4
|
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"
|
|
|
|
}
|
2020-10-26 11:55:43 +00:00
|
|
|
sha512sums="17de682e88fec2632cb51c6b034e7b9c27e77736d5943906a57e276fb4c594af7af93e411e8cdb1ea2aeefb8d7f231408195102b02af3e8e55d594d1c812ff16 update-kernel.sh"
|