diff options
Diffstat (limited to 'homebrew/boostbcp')
-rw-r--r-- | homebrew/boostbcp/.beer | 23 | ||||
-rw-r--r-- | homebrew/boostbcp/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/boostbcp/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/boostbcp/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/boostbcp/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/boostbcp/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/boostbcp/download.sh | 1 |
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/boostbcp/.beer b/homebrew/boostbcp/.beer new file mode 100644 index 000000000..d046a8801 --- /dev/null +++ b/homebrew/boostbcp/.beer @@ -0,0 +1,23 @@ +{ + "name": "BoostBcp", + "description": "Utility for extracting subsets of the Boost library", + "url": "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2", + "mirror": null, + "homepage": "https://www.boost.org/doc/tools/bcp/", + "depends": [ + { + "depend": "boost-build", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "cd \"tools/bcp\" do", + "system \"b2\"", + "prefix.install \"../../dist/bin\"" + ], + "version": "1_69_0", + "file": "boost-bcp.rb" +}
\ No newline at end of file diff --git a/homebrew/boostbcp/.make.sh-auto b/homebrew/boostbcp/.make.sh-auto new file mode 100644 index 000000000..ae1715ec0 --- /dev/null +++ b/homebrew/boostbcp/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +cd "tools/bcp" +b2 +prefix.install "../../dist/bin" diff --git a/homebrew/boostbcp/_metadata/description b/homebrew/boostbcp/_metadata/description new file mode 100644 index 000000000..eac96f778 --- /dev/null +++ b/homebrew/boostbcp/_metadata/description @@ -0,0 +1 @@ +Utility for extracting subsets of the Boost library diff --git a/homebrew/boostbcp/_metadata/homepage b/homebrew/boostbcp/_metadata/homepage new file mode 100644 index 000000000..4e9498da7 --- /dev/null +++ b/homebrew/boostbcp/_metadata/homepage @@ -0,0 +1 @@ +https://www.boost.org/doc/tools/bcp/ diff --git a/homebrew/boostbcp/_metadata/name b/homebrew/boostbcp/_metadata/name new file mode 100644 index 000000000..872579a33 --- /dev/null +++ b/homebrew/boostbcp/_metadata/name @@ -0,0 +1 @@ +BoostBcp diff --git a/homebrew/boostbcp/_metadata/version b/homebrew/boostbcp/_metadata/version new file mode 100644 index 000000000..cd606465a --- /dev/null +++ b/homebrew/boostbcp/_metadata/version @@ -0,0 +1 @@ +1_69_0 diff --git a/homebrew/boostbcp/download.sh b/homebrew/boostbcp/download.sh new file mode 100755 index 000000000..e4693dbb6 --- /dev/null +++ b/homebrew/boostbcp/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 |