libosmpbf

This commit is contained in:
Skyler Hawthorne 2021-03-04 21:27:14 -05:00 committed by Henrik Grimler
parent f4cfdd5344
commit 2b3e931134

View File

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://github.com/openstreetmap/OSM-binary/
TERMUX_PKG_DESCRIPTION="osmpbf is a Java/C library to read and write OpenStreetMap PBF files"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.5.0
TERMUX_PKG_SRCURL=https://github.com/openstreetmap/OSM-binary/archive/v${TERMUX_PKG_VERSION}.zip
TERMUX_PKG_SHA256=6738a5684bb68e3f890adda1b4116a6e04df9953d96788192052be53921107cd
TERMUX_PKG_DEPENDS="libprotobuf"
termux_step_pre_configure() {
termux_setup_protobuf
}