mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
scanignore the testing binaries in rtkgps
This commit is contained in:
parent
1c031d05f8
commit
56c384a66a
1 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
Categories:Navigation
|
||||
# MIT but see jni/simonlynen_android_libs/agast/jni/agast/include/agast/agast5_8.h
|
||||
License:GPLv3
|
||||
License:MIT
|
||||
Source Code:https://github.com/illarionov/RtkGps
|
||||
Issue Tracker:https://github.com/illarionov/RtkGps/issues
|
||||
|
||||
|
|
@ -27,8 +26,15 @@ Build:1.0,1
|
|||
forceversion=yes
|
||||
init=sed -i 's/@/:\/\//g;s/:little/\/little/g;s/:illar/\/illar/g' .gitmodules && \
|
||||
git submodule update --init
|
||||
scanignore=jni/simonlynen_android_libs/lapack/jni/clapack/INSTALL
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
The scanner is tripped by binaries that are only used for testing; see the README.install.
|
||||
Could rm test* rather than scanignore but fdroid doesn't recover afterwards,
|
||||
since they're submodules
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue