opt/libyaml/Pkgfile
2019-08-21 22:05:54 +10:00

17 lines
334 B
Plaintext

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