1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 08:06:41 +00:00
termux-packages/packages/libosmpbf/build.sh
Tee KOBAYASHI 4ec928145e *: Add missing libc++ dependency
%ci:no-build
2022-11-08 22:28:02 +09:00

15 lines
568 B
Bash

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_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/openstreetmap/OSM-binary/archive/v${TERMUX_PKG_VERSION}.zip
TERMUX_PKG_SHA256=6738a5684bb68e3f890adda1b4116a6e04df9953d96788192052be53921107cd
TERMUX_PKG_DEPENDS="libc++, libprotobuf"
TERMUX_PKG_GROUPS="science"
termux_step_pre_configure() {
termux_setup_protobuf
}