mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Merge branch 'feature/new_app_zbarcam' into 'master'
zbarcamdemo See merge request fdroid/fdroiddata!5395
This commit is contained in:
commit
4f7e65ad31
1 changed files with 52 additions and 0 deletions
52
metadata/com.github.andremiras.zbarcamdemo.yml
Normal file
52
metadata/com.github.andremiras.zbarcamdemo.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
SourceCode: https://github.com/kivy-garden/zbarcam
|
||||
IssueTracker: https://github.com/kivy-garden/zbarcam/issues
|
||||
|
||||
Name: zbarcamdemo
|
||||
Description: |-
|
||||
Real time Barcode and QR Code scanner.
|
||||
Demonstrates Kivy zbarcam widget.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kivy-garden/zbarcam.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2020.0524'
|
||||
versionCode: 721202524
|
||||
commit: '2020.0524'
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y build-essential libffi-dev libltdl-dev libssl-dev virtualenv
|
||||
zlib1g-dev
|
||||
- cd build/srclib/cpython
|
||||
- ./configure
|
||||
- make -j`nproc`
|
||||
- make altinstall
|
||||
output: bin/zbarcamdemo-$$VERSION$$-armeabi-v7a-release-unsigned.apk
|
||||
srclibs:
|
||||
- cpython@v3.7.7
|
||||
prebuild:
|
||||
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
|
||||
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
||||
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
|
||||
-i buildozer.spec
|
||||
- virtualenv --python=python3.7 ../../env
|
||||
- source ../../env/bin/activate
|
||||
- pip install --upgrade buildozer Cython
|
||||
build:
|
||||
- source ../../env/bin/activate
|
||||
- buildozer android release
|
||||
ndk: r19c
|
||||
|
||||
MaintainerNotes: |-
|
||||
The auto accept license is disabled since fdroid sdkmanager doesn't support
|
||||
the --licenses argument.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/kivy-garden/zbarcam/develop/src/kivy_garden/zbarcam/version.py|__version_code__
|
||||
= (\d+)|.|__version__ = '(\d+\.\d+)'
|
||||
CurrentVersion: '2020.0524'
|
||||
CurrentVersionCode: 721202524
|
||||
Loading…
Reference in a new issue