fdroiddata/metadata/de.thecode.android.tazreader.yml

32 lines
1,004 B
YAML
Raw Normal View History

AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Reading
License: AGPL-3.0-or-later
SourceCode: https://github.com/woffs/tazapp-android
RepoType: git
Repo: https://github.com/woffs/tazapp-android
Builds:
- versionName: 3.9.1 universal
versionCode: 3090102
commit: 3.9.1.2-36-g4aeb163
subdir: tazapp
gradle:
- taz
output: ./build/outputs/apk/taz/release/tazapp-taz-universal-release-unsigned.apk
srclibs:
- MuPDF@1.10-114-g9d96d035
build:
- find $$MuPDF$$ -type f -name \*.[ch] | xargs perl -i -pe 's/com.artifex.mupdf(?!demo)/$&demo/g'
- perl -i -pe 's,^/\* (#define TOFU(?:_CJK)?) .*,$1,' $$MuPDF$$/include/mupdf/fitz/config.h
- make -j4 -C $$MuPDF$$ generate
- $$NDK$$/ndk-build -j4 -C $$MuPDF$$/platform/android/viewer/ APP_PLATFORM=android-16
APP_ABI="arm64-v8a armeabi-v7a x86 x86_64" APP_OPTIM=release
- mv $$MuPDF$$/platform/android/viewer/libs src/main/jniLibs
AutoUpdateMode: None
UpdateCheckMode: Tags