summaryrefslogtreecommitdiff
path: root/homebrew/libunwindheaders
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libunwindheaders')
-rw-r--r--homebrew/libunwindheaders/.beer18
-rw-r--r--homebrew/libunwindheaders/.make.sh-auto4
-rw-r--r--homebrew/libunwindheaders/_metadata/description1
-rw-r--r--homebrew/libunwindheaders/_metadata/homepage1
-rw-r--r--homebrew/libunwindheaders/_metadata/name1
-rw-r--r--homebrew/libunwindheaders/_metadata/version1
-rwxr-xr-xhomebrew/libunwindheaders/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/libunwindheaders/.beer b/homebrew/libunwindheaders/.beer
new file mode 100644
index 000000000..2a6f9825a
--- /dev/null
+++ b/homebrew/libunwindheaders/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "LibunwindHeaders",
+ "description": "C API for determining the call-chain of a program",
+ "url": "https://opensource.apple.com/tarballs/libunwind/libunwind-35.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://opensource.apple.com/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "include.install Dir[\"include/*\"]",
+ "(include/\"libunwind\").install Dir[\"src/*.h*\"]",
+ "(include/\"libunwind/libunwind_priv.h\").unlink"
+ ],
+ "version": "35.3",
+ "file": "libunwind-headers.rb"
+} \ No newline at end of file
diff --git a/homebrew/libunwindheaders/.make.sh-auto b/homebrew/libunwindheaders/.make.sh-auto
new file mode 100644
index 000000000..4682ffbb6
--- /dev/null
+++ b/homebrew/libunwindheaders/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+include.install Dir["include/*"]
+(include/"libunwind").install Dir["src/*.h*"]
+(include/"libunwind/libunwind_priv.h").unlink
diff --git a/homebrew/libunwindheaders/_metadata/description b/homebrew/libunwindheaders/_metadata/description
new file mode 100644
index 000000000..87b70ea74
--- /dev/null
+++ b/homebrew/libunwindheaders/_metadata/description
@@ -0,0 +1 @@
+C API for determining the call-chain of a program
diff --git a/homebrew/libunwindheaders/_metadata/homepage b/homebrew/libunwindheaders/_metadata/homepage
new file mode 100644
index 000000000..ac32aa191
--- /dev/null
+++ b/homebrew/libunwindheaders/_metadata/homepage
@@ -0,0 +1 @@
+https://opensource.apple.com/
diff --git a/homebrew/libunwindheaders/_metadata/name b/homebrew/libunwindheaders/_metadata/name
new file mode 100644
index 000000000..eb36e55b1
--- /dev/null
+++ b/homebrew/libunwindheaders/_metadata/name
@@ -0,0 +1 @@
+LibunwindHeaders
diff --git a/homebrew/libunwindheaders/_metadata/version b/homebrew/libunwindheaders/_metadata/version
new file mode 100644
index 000000000..dd5ad5805
--- /dev/null
+++ b/homebrew/libunwindheaders/_metadata/version
@@ -0,0 +1 @@
+35.3
diff --git a/homebrew/libunwindheaders/download.sh b/homebrew/libunwindheaders/download.sh
new file mode 100755
index 000000000..65e3d33c6
--- /dev/null
+++ b/homebrew/libunwindheaders/download.sh
@@ -0,0 +1 @@
+wget https://opensource.apple.com/tarballs/libunwind/libunwind-35.3.tar.gz \ No newline at end of file