diff options
Diffstat (limited to 'homebrew/boostat157')
-rw-r--r-- | homebrew/boostat157/.beer | 17 | ||||
-rw-r--r-- | homebrew/boostat157/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/boostat157/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/boostat157/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/boostat157/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/boostat157/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/boostat157/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/boostat157/.beer b/homebrew/boostat157/.beer new file mode 100644 index 000000000..26b10bb50 --- /dev/null +++ b/homebrew/boostat157/.beer @@ -0,0 +1,17 @@ +{ + "name": "BoostAT157", + "description": "Collection of portable C++ source libraries", + "url": "https://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2", + "mirror": null, + "homepage": "https://www.boost.org", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "open(\"user-config.jam\", \"a\") do |file|", + "file.write \"using darwin : : #{ENV.cxx} ;\\n\"" + ], + "version": "1_57_0", + "file": "boost@1.57.rb" +}
\ No newline at end of file diff --git a/homebrew/boostat157/.make.sh-auto b/homebrew/boostat157/.make.sh-auto new file mode 100644 index 000000000..87a6fce05 --- /dev/null +++ b/homebrew/boostat157/.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/boostat157/_metadata/description b/homebrew/boostat157/_metadata/description new file mode 100644 index 000000000..c257d1eb9 --- /dev/null +++ b/homebrew/boostat157/_metadata/description @@ -0,0 +1 @@ +Collection of portable C++ source libraries diff --git a/homebrew/boostat157/_metadata/homepage b/homebrew/boostat157/_metadata/homepage new file mode 100644 index 000000000..2ce47526f --- /dev/null +++ b/homebrew/boostat157/_metadata/homepage @@ -0,0 +1 @@ +https://www.boost.org diff --git a/homebrew/boostat157/_metadata/name b/homebrew/boostat157/_metadata/name new file mode 100644 index 000000000..cedbf6fa7 --- /dev/null +++ b/homebrew/boostat157/_metadata/name @@ -0,0 +1 @@ +BoostAT157 diff --git a/homebrew/boostat157/_metadata/version b/homebrew/boostat157/_metadata/version new file mode 100644 index 000000000..4a64a0ac7 --- /dev/null +++ b/homebrew/boostat157/_metadata/version @@ -0,0 +1 @@ +1_57_0 diff --git a/homebrew/boostat157/download.sh b/homebrew/boostat157/download.sh new file mode 100755 index 000000000..58d04f819 --- /dev/null +++ b/homebrew/boostat157/download.sh @@ -0,0 +1 @@ +wget https://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2
\ No newline at end of file |