summaryrefslogtreecommitdiff
path: root/.fdroid.yml
blob: e1011f2002791a4b26e5e6e8a3d63c3728f3ba87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Categories:
  - Navigation
License: GPL-2.0-only
WebSite: https://www.navit-project.org/
SourceCode: https://github.com/navit-gps/navit
IssueTracker: http://trac.navit-project.org
Translation: https://translations.launchpad.net/navit/trunk/+pots/navit
Changelog: https://github.com/navit-gps/navit/blob/HEAD/CHANGELOG.md#changelog

AutoName: Navit
Description: |-
    Its modular design is capable of using vector maps of various formats for
    routing and rendering of the displayed map. It’s even possible to use multiple
    maps at a time. While Navit supports all major platforms, there is a fork
    specializing on an easy-to-use, Android-only solution:
    https://f-droid.org/packages/com.zoffcc.applications.zanavi.

    The routing engine not only calculates an optimal route to your destination, but
    also generates directions and even speaks to you.

    Navit currently speaks 27 languages. You can help translating via the web-based
    <a href="http://translations.launchpad.net/navit/trunk/+pots/navit">translation page</a>.

RepoType: git
Repo: https://github.com/navit-gps/navit

Builds:
  - versionName: generated_at_build_time
    versionCode: 42
    # since we generate version codes on the fly, we never know them at commit time
    # therefore we use dummy values and skip the version check
    novcheck: yes
    commit: HEAD
    sudo:
      - apt-get update
      - apt-get install -y build-essential cmake gettext libpng-dev librsvg2-bin libsaxonb-java rename zlib1g-dev
    gradle:
      - yes
    output: build/outputs/apk/release/navit-release.apk
    rm:
      - navit/support/espeak/espeak-data/*
    prebuild:
      - sed -i -e '/gradlew/d' scripts/build_android.sh
    build: scripts/build_android.sh
    ndk: r20b

MaintainerNotes: |-
    Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
    NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.

AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://download.navit-project.org/api/version.json|"version_code":.*"(.*)"|.|"version_name":.*\"(.*)\",