Skip to content
Snippets Groups Projects
Commit 670b2b57 authored by Celeste's avatar Celeste
Browse files

community/<my aports>: add missing !check option

parent 40ea6c48
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ depends="clingo"
makedepends="boost-dev cmake re2c samurai"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/potassco/aspcud/archive/v$pkgver.tar.gz"
options="!check" # FIXME: run tests if possible!
build() {
cmake -B build -G Ninja \
......
......@@ -9,7 +9,7 @@ url="https://github.com/corecode/dma"
arch="x86_64 x86 ppc64le"
license="BSD-3-Clause"
makedepends="bison flex libbsd-dev bsd-compat-headers openssl-dev>3"
options="suid"
options="suid !check"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/corecode/dma/archive/v$pkgver.tar.gz
$pkgname.cron
......
......@@ -53,6 +53,7 @@ subpackages="
source="https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz
no-git-repo.patch
"
options="!check" # how do you test a text editor without editing text?
# secfixes:
# 28.2-r6:
......
......@@ -11,6 +11,7 @@ license="ISC"
makedepends="linux-headers zlib-dev"
subpackages="$pkgname-doc"
source="https://code.kryo.se/iodine/iodine-$pkgver.tar.gz"
options="!check" # FIXME: run tests if possible!
build() {
CFLAGS="$CFLAGS -D__GLIBC__=1" make
......
......@@ -9,12 +9,14 @@ url="https://mcabber.com"
arch="all"
license="GPL-2.0-or-later"
depends="beep"
options="libtool"
# !check: this is an interactive Jabber client
options="libtool !check"
makedepends="loudmouth-dev glib-dev ncurses-dev gpgme-dev aspell-dev
libotr-dev libidn-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://mcabber.com/files/mcabber-$pkgver.tar.bz2
fix-format-string.patch"
fix-format-string.patch
"
prepare() {
default_prepare
......
......@@ -14,6 +14,7 @@ source="https://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2
terminfo.patch
gcc14.patch
"
options="!check" # this is an interactive news client
prepare() {
default_prepare
......
......@@ -13,6 +13,7 @@ license="GPL-2.0-or-later"
makedepends="ncurses-dev libcap-dev libnl3-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver-1.tar.gz::https://github.com/uoaerg/wavemon/archive/v$pkgver.tar.gz"
options="!check" # FIXME: run tests if possible!
prepare() {
default_prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment