You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
400 B
11 lines
400 B
TERMUX_PKG_HOMEPAGE=https://github.com/json-c/json-c/wiki
|
|
TERMUX_PKG_DESCRIPTION="A JSON implementation in C"
|
|
TERMUX_PKG_VERSION=0.12
|
|
TERMUX_PKG_MAINTAINER="Balazs Kutil @balazs_kutil"
|
|
TERMUX_PKG_SRCURL=https://s3.amazonaws.com/json-c_releases/releases/json-c-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_FOLDERNAME=json-c-${TERMUX_PKG_VERSION}
|
|
|
|
termux_step_make () {
|
|
make \
|
|
LDFLAGS="$LDFLAGS -llog"
|
|
}
|
|
|