diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-17 15:21:50 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-17 15:21:50 +0000 |
commit | 3f320aac362d97521b871358ef07c6ba4bdeb080 (patch) | |
tree | fc7fc0f7e9aee01f52a907202681a3bd98ab4134 /testing/shotcut | |
parent | cf6cfa73b64cc1d68281fff20dcc384aa6399c3c (diff) | |
download | aports-3f320aac362d97521b871358ef07c6ba4bdeb080.tar.bz2 aports-3f320aac362d97521b871358ef07c6ba4bdeb080.tar.xz |
testing/shotcut: disable test suite
This project does not contain any.
Diffstat (limited to 'testing/shotcut')
-rw-r--r-- | testing/shotcut/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/shotcut/APKBUILD b/testing/shotcut/APKBUILD index c30badcc3a..c8993e88d0 100644 --- a/testing/shotcut/APKBUILD +++ b/testing/shotcut/APKBUILD @@ -14,6 +14,8 @@ subpackages="$pkgname-doc" source="shotcut-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz shotcut-melt.patch " +options="!check" # No test suite present + build() { qmake-qt5 PREFIX="/usr/" make |