blob: d3e23001e42acbd1b1abcdd078945c0cde8b3f67 (
plain) (
blame)
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
|
SPELL=kpublictransport
VERSION=21.08.2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/release-service/$VERSION/src/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://cgi.kde.org/kpublictransport/.git/about
ENTERED=20190302
# SECURITY_PATCH=1
LICENSE[0]=LGPL
KEYWORDS="kde5"
SHORT="process public transport data"
cat << EOF
A library for access realtime public transport data and for performing public
transport journey queries
All data is retrieved from online backends, this library is not offline capable.
The primary backend is [Navitia](https://navitia.io), which is Free Software and
relies on Open Data. Support for proprietary/vendor-specific APIs exists too though.
When using the data retrieved by this library you need to comply with the license
terms of the backends this is coming from, in particular
https://www.navitia.io/api-term-of-use.
EOF
|