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.
 
 
 
 
 
 

17 lines
555 B

TERMUX_PKG_HOMEPAGE=https://pyyaml.org/wiki/LibYAML
TERMUX_PKG_DESCRIPTION="LibYAML is a YAML 1.1 parser and emitter written in C"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.2.3
TERMUX_PKG_SRCURL=https://github.com/yaml/libyaml/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=e36ec947f89725e90e062eca39a8a8c88fdce4f83315ab942aa896627236421e
TERMUX_PKG_BREAKS="libyaml-dev"
TERMUX_PKG_REPLACES="libyaml-dev"
termux_step_pre_configure() {
./bootstrap
}
termux_step_post_make_install() {
cd $TERMUX_PREFIX/lib
ln -s -f libyaml-0.so libyaml.so
}