pmaports/main/postmarketos-mkinitfs-hook-kernel-panic/APKBUILD
Achill Gilgenast 790ba424e7
{main,modem,device/community}: add missing maintainer lines
Ignored device/{archived,downstream,testing} + alpine forks + cross
packages

[ci:ignore-count]
[ci:skip-build]
[ci:skip-vercheck]

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7679>
2026-01-03 18:36:33 +00:00

17 lines
561 B
Text

maintainer=""
pkgname=postmarketos-mkinitfs-hook-kernel-panic
pkgver=0.1.0
pkgrel=1
pkgdesc="Script to cause a kernel panic after 30s from the initramfs (for debugging only)"
url="https://postmarketos.org"
depends="postmarketos-mkinitfs"
source="00-kernel-panic.sh"
arch="noarch"
license="GPL2"
package() {
install -Dm644 "$srcdir"/00-kernel-panic.sh \
-t "$pkgdir"/usr/share/mkinitfs/hooks/
}
sha512sums="39be4de98daf4306c15dc8196bcd7649a149e5babccf9860c753d40f1e17ef550556444f65238d30d9dbc3d8610319b0d00f9ff99f128fd8a6bd4cdfb3b38dbe 00-kernel-panic.sh"