Browse Source
gpsbabel: mark that v1.4.4 is the last one without Qt dependency
v1.4.4 probably was the last update for this package...
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
packages/gpsbabel/build.sh
|
|
@ -1,6 +1,7 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gpsbabel.org/ |
|
|
|
TERMUX_PKG_DESCRIPTION="GPS file conversion plus transfer to/from GPS units" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
# 1.4.4 is the last version that does not require Qt dependency. |
|
|
|
TERMUX_PKG_VERSION=1.4.4 |
|
|
|
TERMUX_PKG_SRCURL=https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_${TERMUX_PKG_VERSION//./_}.tar.gz |
|
|
|
TERMUX_PKG_SHA256=22860e913f093aa9124e295d52d1d4ae1afccaa67ed6bed6f1f8d8b0a45336d1 |
|
|
|