0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-21 12:49:37 +00:00
Files
termux-packages/packages/yuma123/build.sh
2025-04-14 01:53:32 +02:00

17 lines
591 B
Bash

TERMUX_PKG_HOMEPAGE=https://yuma123.org/
TERMUX_PKG_DESCRIPTION="Provides an opensource YANG API in C"
TERMUX_PKG_LICENSE="BSD 3-Clause, MIT, Public Domain"
TERMUX_PKG_LICENSE_FILE="debian/copyright"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.13
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/yuma123/yuma123_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=e304b253236a279f10b133fdd19f366f271581ebf12647cea84667fcfada1f0c
TERMUX_PKG_DEPENDS="libssh2, libxml2, openssl, readline"
termux_step_pre_configure() {
autoreconf -fi
CPPFLAGS+=" -D__USE_BSD"
}