opt/libyaml/Pkgfile
2020-06-21 20:21:42 +10:00

17 lines
335 B
Plaintext

# Description: A YAML parser and emitter library.
# URL: https://pyyaml.org/wiki/LibYAML
# Maintainer: Danny Rawlins, crux at romster dot me
name=libyaml
version=0.2.5
release=1
source=(https://pyyaml.org/download/$name/yaml-$version.tar.gz)
build() {
cd yaml-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}