Skip to content
Snippets Groups Projects

testing/cc65: disable tests

Merged omni requested to merge omni/aports:disable-tests-cc65 into master
+ 3
2
@@ -7,11 +7,12 @@ url="https://cc65.github.io/"
arch="all"
license="Zlib"
makedepends="make git"
options="!check" # FIXME
source="$pkgname-$pkgver.tar.gz::https://github.com/cc65/cc65/archive/V$pkgver.tar.gz"
build() {
# the build system does not work in parallel
make -j1
PREFIX=/usr make -j1
}
check() {
@@ -20,7 +21,7 @@ check() {
}
package() {
PREFIX="$pkgdir" make install
PREFIX="$pkgdir/usr" make install
}
sha512sums="
Loading