mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Newapp: Cartes IGN
This commit is contained in:
parent
ecb0c86f82
commit
11d9208c32
1 changed files with 45 additions and 0 deletions
45
metadata/fr.ign.geoportail.yml
Normal file
45
metadata/fr.ign.geoportail.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on geopf.fr and ignf.github.io servers
|
||||
fr-FR: Dépend des serveurs geopf.fr et ignf.github.io
|
||||
Categories:
|
||||
- Navigation
|
||||
License: GPL-3.0-only
|
||||
AuthorWebSite: https://www.ign.fr
|
||||
WebSite: https://www.ign.fr/telechargez-application-cartographique-cartes-ign
|
||||
SourceCode: https://github.com/IGNF/cartes-ign-app
|
||||
IssueTracker: https://github.com/IGNF/cartes-ign-app/issues
|
||||
Changelog: https://github.com/IGNF/cartes-ign-app/releases
|
||||
|
||||
AutoName: Cartes IGN
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/IGNF/cartes-ign-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 3.1.3
|
||||
versionCode: 30103
|
||||
commit: 9c852bc44157ace565133ea45025895bed7c790b
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- android/app/build_google.gradle
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' ../build.gradle
|
||||
- sed -i -e '/geolocation/d' ../../package.json
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.1.3
|
||||
CurrentVersionCode: 30103
|
||||
Loading…
Reference in a new issue