diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-20 20:49:46 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 20:18:47 -0500 |
commit | 12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch) | |
tree | 352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/libunwindheaders | |
parent | a2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff) |
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/libunwindheaders')
-rw-r--r-- | homebrew/libunwindheaders/.beer | 18 | ||||
-rw-r--r-- | homebrew/libunwindheaders/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/libunwindheaders/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/libunwindheaders/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/libunwindheaders/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/libunwindheaders/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/libunwindheaders/download.sh | 1 |
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 |