From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/llvm/libunwind.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/llvm/libunwind.xibuild (limited to 'repo/llvm/libunwind.xibuild') diff --git a/repo/llvm/libunwind.xibuild b/repo/llvm/libunwind.xibuild new file mode 100644 index 0000000..b4e8b42 --- /dev/null +++ b/repo/llvm/libunwind.xibuild @@ -0,0 +1,14 @@ +#!/bin/sh + +DESC="C++ standard library from LLVM" + +package () { + add_from_main "usr/lib/libunwind.so.*" \ + usr/lib/libunwind.so \ + usr/lib/libunwind.a + + add_from_main "usr/include/*unwind*" + add_from_main usr/include/mach-o + add_from_main usr/share/doc/libunwind + +} -- cgit v1.2.1