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/libcxxabi.xibuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repo/llvm/libcxxabi.xibuild (limited to 'repo/llvm/libcxxabi.xibuild') diff --git a/repo/llvm/libcxxabi.xibuild b/repo/llvm/libcxxabi.xibuild new file mode 100644 index 0000000..71f36ba --- /dev/null +++ b/repo/llvm/libcxxabi.xibuild @@ -0,0 +1,10 @@ +#!/bin/sh + +DESC="Low level support for libc++" + +package () { + add_from_main "usr/lib/libc++abi.so.*" \ + usr/lib/libc++abi.so \ + usr/lib/libc++abi.a \ + "usr/include/*cxxabi*" +} -- cgit v1.2.1