mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Add MakeACopy (de.schliweb.makeacopy)
This commit is contained in:
parent
56b631954a
commit
964b0ea56f
1 changed files with 42 additions and 0 deletions
42
metadata/de.schliweb.makeacopy.yml
Normal file
42
metadata/de.schliweb.makeacopy.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
AuthorName: egdels
|
||||
WebSite: https://github.com/egdels/makeacopy
|
||||
SourceCode: https://github.com/egdels/makeacopy
|
||||
IssueTracker: https://github.com/egdels/makeacopy/issues
|
||||
Changelog: https://github.com/egdels/makeacopy/releases
|
||||
|
||||
AutoName: MakeACopy
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/egdels/makeacopy.git
|
||||
Binaries: https://github.com/egdels/makeacopy/releases/download/v%v/MakeACopy-v%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.6
|
||||
versionCode: 10006
|
||||
commit: c02f074c987934c4275f5d69efa42de1bc1b10c1
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake make ninja-build
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- external/opencv
|
||||
build:
|
||||
- cd ../scripts
|
||||
- chmod +x *.sh
|
||||
- ./build_opencv_android.sh
|
||||
- ./prepare_opencv.sh
|
||||
ndk: r27d
|
||||
|
||||
AllowedAPKSigningKeys: ae322d3fb71afe21df4727e37a5c6803511d5a2fe1fc3135430cee0699fa1b34
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 10006
|
||||
Loading…
Reference in a new issue