treewide: add !check to options of packages without tests

Signed-off-by: Aster Boese <asterboese@mailbox.org>

[ci:skip-vercheck]

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8055>
This commit is contained in:
Aster Boese 2026-02-22 00:39:39 -05:00 committed by The Friendly Meow (merge) Bot
parent de0624fb53
commit 5e3d65b2bd
No known key found for this signature in database
12 changed files with 24 additions and 0 deletions

View file

@ -13,6 +13,8 @@ source="
extract-waveform.initd
"
subpackages="$pkgname-openrc"
# no tests
options="!check"
builddir="$srcdir"/kobo-firmware-extractor-"$pkgver"
build() {

View file

@ -8,6 +8,8 @@ arch="noarch"
license="GPL-3.0-or-later"
source="$pkgname.initd"
subpackages="$pkgname-openrc"
# no tests
options="!check"
package() {
install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/adsp-audio

View file

@ -14,6 +14,8 @@ source="
00-msm-fb-refresher.files
"
subpackages="$pkgname-openrc"
# no tests
options="!check"
build() {
gcc refresher.c -o refresher.o -c

View file

@ -7,6 +7,8 @@ url="https://web.archive.org/web/20181218141542/http://rex-shen.net/customize-fl
arch="all"
license="GPL-3.0-or-later"
source="https://gist.githubusercontent.com/ollieparanoid/6eaaba3d520cf938cee10c72eb31f0a8/raw/80ba45e32e358935a11083e7a847ce582906961a/mtk_mkimage.sh"
# no tests
options="!check"
builddir="$srcdir/"
package() {

View file

@ -18,6 +18,8 @@ provider_priority=1
source="
$pkgname-$pkgver.tar.gz::https://github.com/Arnavion/pinephone-callaudiod/archive/v$pkgver.tar.gz
"
# no tests
options="!check"
build() {
return 0

View file

@ -9,6 +9,8 @@ depends="git python3"
arch="noarch"
license="GPL-3.0-or-later"
source="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends/-/archive/$pkgver/postmarketos-install-recommends-$pkgver.tar.gz"
# no tests
options="!check"
package() {
install -Dm755 "$builddir/install-recommends.py" \

View file

@ -8,6 +8,8 @@ depends="postmarketos-mkinitfs"
source="00-kernel-panic.sh"
arch="noarch"
license="GPL2"
# no tests
options="!check"
package() {
install -Dm644 "$srcdir"/00-kernel-panic.sh \

View file

@ -8,6 +8,8 @@ depends="postmarketos-mkinitfs"
source="00-maximum-attention.sh"
arch="noarch"
license="GPL2"
# no tests
options="!check"
package() {
install -Dm644 "$srcdir"/00-maximum-attention.sh \

View file

@ -8,6 +8,8 @@ depends="postmarketos-mkinitfs"
source="10-verbose-initfs.sh"
arch="noarch"
license="GPL2"
# no tests
options="!check"
package() {
install -Dm644 "$srcdir"/10-verbose-initfs.sh \

View file

@ -8,6 +8,8 @@ arch="all"
license="unknown"
makedepends="gcc make"
source="$pkgname-$pkgver.tar.gz::https://github.com/osm0sis/pxa-mkbootimg/archive/$pkgver.tar.gz"
# no tests
options="!check"
build() {
make

View file

@ -10,6 +10,8 @@ subpackages="$pkgname-openrc"
source="
clear-rtc-wakealarm.shutdown.initd
"
# no tests
options="!check"
package() {
install -Dm755 "$srcdir"/clear-rtc-wakealarm.shutdown.initd "$pkgdir"/etc/init.d/clear-rtc-wakealarm

View file

@ -9,6 +9,8 @@ arch="noarch"
license="GPL-2.0-only"
depends="bash"
source="https://gitlab.postmarketos.org/peremen/tizen-scripts/-/raw/$_commit/scripts/exynos_mkdzimage.sh?inline=false"
# no tests
options="!check"
builddir="$srcdir/"
package() {