summaryrefslogtreecommitdiff
path: root/homebrew/boost
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/boost
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (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/boost')
-rw-r--r--homebrew/boost/.beer22
-rw-r--r--homebrew/boost/.make.sh-auto3
-rw-r--r--homebrew/boost/_metadata/description1
-rw-r--r--homebrew/boost/_metadata/homepage1
-rw-r--r--homebrew/boost/_metadata/name1
-rw-r--r--homebrew/boost/_metadata/version1
-rwxr-xr-xhomebrew/boost/download.sh1
7 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/boost/.beer b/homebrew/boost/.beer
new file mode 100644
index 000000000..f0eca30a0
--- /dev/null
+++ b/homebrew/boost/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Boost",
+ "description": "Collection of portable C++ source libraries",
+ "url": "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2",
+ "mirror": null,
+ "homepage": "https://www.boost.org/",
+ "depends": [
+ {
+ "depend": "icu4c",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "open(\"user-config.jam\", \"a\") do |file|",
+ "file.write \"using darwin : : #{ENV.cxx} ;\\n\""
+ ],
+ "version": "1_69_0",
+ "file": "boost.rb"
+} \ No newline at end of file
diff --git a/homebrew/boost/.make.sh-auto b/homebrew/boost/.make.sh-auto
new file mode 100644
index 000000000..87a6fce05
--- /dev/null
+++ b/homebrew/boost/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+open("user-config.jam", "a") do |file|
+file.write "using darwin : : #{ENV.cxx} ;\n"
diff --git a/homebrew/boost/_metadata/description b/homebrew/boost/_metadata/description
new file mode 100644
index 000000000..c257d1eb9
--- /dev/null
+++ b/homebrew/boost/_metadata/description
@@ -0,0 +1 @@
+Collection of portable C++ source libraries
diff --git a/homebrew/boost/_metadata/homepage b/homebrew/boost/_metadata/homepage
new file mode 100644
index 000000000..cacbe13ee
--- /dev/null
+++ b/homebrew/boost/_metadata/homepage
@@ -0,0 +1 @@
+https://www.boost.org/
diff --git a/homebrew/boost/_metadata/name b/homebrew/boost/_metadata/name
new file mode 100644
index 000000000..68c56d494
--- /dev/null
+++ b/homebrew/boost/_metadata/name
@@ -0,0 +1 @@
+Boost
diff --git a/homebrew/boost/_metadata/version b/homebrew/boost/_metadata/version
new file mode 100644
index 000000000..cd606465a
--- /dev/null
+++ b/homebrew/boost/_metadata/version
@@ -0,0 +1 @@
+1_69_0
diff --git a/homebrew/boost/download.sh b/homebrew/boost/download.sh
new file mode 100755
index 000000000..e4693dbb6
--- /dev/null
+++ b/homebrew/boost/download.sh
@@ -0,0 +1 @@
+wget https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2 \ No newline at end of file