pmaports/main/postmarketos-update-kernel/APKBUILD

19 lines
472 B
Text
Raw Normal View History

2017-10-14 23:17:49 +00:00
pkgname=postmarketos-update-kernel
pkgver=0.0.6
2017-10-14 23:17:49 +00:00
pkgrel=0
pkgdesc="kernel updater script for postmarketOS"
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"
}
sha512sums="
e321b5bc601e87f9431140bdb89613cae105fe9e86a7ceab5444a378ab3397a717250a035b5389e227afb1f998f7a959af5009b83c9346d65f83a0e4d3cce114 update-kernel.sh
"