2018-02-22 22:10:19 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-maximum-attention
|
2023-12-18 22:48:14 +00:00
|
|
|
pkgver=0.2.0
|
|
|
|
pkgrel=0
|
2018-02-22 22:10:19 +00:00
|
|
|
pkgdesc="Script to activate all user-visible outputs from the initramfs (to confirm working kernel, for debugging only)"
|
2018-06-30 07:00:48 +00:00
|
|
|
url="https://postmarketos.org"
|
2018-02-22 22:10:19 +00:00
|
|
|
depends="postmarketos-mkinitfs"
|
|
|
|
source="00-maximum-attention.sh"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL2"
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm644 "$srcdir"/00-maximum-attention.sh \
|
2023-02-18 23:19:52 +00:00
|
|
|
-t "$pkgdir"/usr/share/mkinitfs/hooks/
|
2018-02-22 22:10:19 +00:00
|
|
|
}
|
2023-12-18 22:48:14 +00:00
|
|
|
sha512sums="
|
|
|
|
ca3ef48e76e21fdb67fdf7477fb4739e329ce6ea04a52ac14e9365adb92058b21e08fcbc4020519c61ba20cd3c91d254118ece3d1818cb46f86e86f5ffa1b90a 00-maximum-attention.sh
|
|
|
|
"
|