pmaports/main/postmarketos-update-kernel/APKBUILD
Oliver Smith a31244d28a Remove github.com references
* Travis and Coveralls badges
* aports: instead of <https://github.com/postmarketOS>, use
  <https://postmarketos.org>
* References to full URLs to issues and pull requests replaced with
  a hash and the number
* grsec check: simplify error message, remove link to github issue
  (nobody is using that anymore anyway)
2018-06-30 09:00:48 +02:00

15 lines
469 B
Text

pkgname=postmarketos-update-kernel
pkgver=0.0.3
pkgrel=0
pkgdesc="kernel updater script for postmarketOS"
url="https://postmarketos.org"
depends="util-linux"
source="update-kernel.sh"
arch="noarch"
license="GPL3"
package() {
install -Dm755 "$srcdir/update-kernel.sh" \
"$pkgdir/sbin/pmos-update-kernel"
}
sha512sums="6ff38c0d0a3b37b052c2cc1be61294079dd5c17e3b1b348f7b9865e83cf6b635fb192128d8a10a86c97ea708e73288ec3c5b3335348ff279ff4b8cace67c4c31 update-kernel.sh"