summaryrefslogtreecommitdiff
path: root/homebrew/libcds/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libcds/.beer')
-rw-r--r--homebrew/libcds/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/libcds/.beer b/homebrew/libcds/.beer
new file mode 100644
index 000000000..8b53d7aa9
--- /dev/null
+++ b/homebrew/libcds/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Libcds",
+ "description": "C++ library of Concurrent Data Structures",
+ "url": "https://github.com/khizmax/libcds/archive/v2.3.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://libcds.sourceforge.io/doc/cds-api/index.html",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "boost",
+ "build-depend": false
+ },
+ {
+ "depend": "gcc",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.3.3",
+ "file": "libcds.rb"
+} \ No newline at end of file