summaryrefslogtreecommitdiff
path: root/repo/devel/llvm/libunwind.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/llvm/libunwind.xibuild')
-rw-r--r--repo/devel/llvm/libunwind.xibuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/repo/devel/llvm/libunwind.xibuild b/repo/devel/llvm/libunwind.xibuild
new file mode 100644
index 0000000..b4e8b42
--- /dev/null
+++ b/repo/devel/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
+
+}