summaryrefslogtreecommitdiff
path: root/homebrew/curlpp/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/curlpp/.beer')
-rw-r--r--homebrew/curlpp/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/curlpp/.beer b/homebrew/curlpp/.beer
new file mode 100644
index 000000000..e0398b306
--- /dev/null
+++ b/homebrew/curlpp/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Curlpp",
+ "description": "C++ wrapper for libcURL",
+ "url": "https://github.com/jpbarrette/curlpp/archive/v0.8.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.curlpp.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.cxx11",
+ "system \"cmake\", \".\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.8.1",
+ "file": "curlpp.rb"
+} \ No newline at end of file