diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/libyaml/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/libyaml/MAKEPKG')
| -rw-r--r-- | libs/libyaml/MAKEPKG | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libs/libyaml/MAKEPKG b/libs/libyaml/MAKEPKG new file mode 100644 index 0000000..d90b6e5 --- /dev/null +++ b/libs/libyaml/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: YAML 1.1 parser and emitter C library +# url: https://pyyaml.org/wiki/LibYAML + +name=libyaml +version=0.2.5 +release=1 +depends=() +source=(https://pyyaml.org/download/libyaml/yaml-$version.tar.gz) +sha256sums=( + "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4" +) + +build() { + cd yaml-$version + ./configure \ + --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
