From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- libs/libyaml/MAKEPKG | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libs/libyaml/MAKEPKG (limited to 'libs/libyaml/MAKEPKG') 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 -- cgit v1.3.1