From bb955e27eac0ec6118be67512cf6cfc97bfa182e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 28 May 2021 10:55:22 +0300 Subject: libyaml: add new package at 0.2.5 --- community/libyaml/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 community/libyaml/build (limited to 'community/libyaml/build') diff --git a/community/libyaml/build b/community/libyaml/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/community/libyaml/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3