name: libyaml
version: 0.2.2
release: 1
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
prefix: /usr/weirdos
@configure
cd libyaml-%{version}
./bootstrap
./configure --prefix=%{prefix} --enable-static