This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/libyaml/recipe.spec

12 lines
254 B
Plaintext

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