summaryrefslogtreecommitdiff
path: root/homebrew/userspacercu/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/userspacercu/.beer')
-rw-r--r--homebrew/userspacercu/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/userspacercu/.beer b/homebrew/userspacercu/.beer
new file mode 100644
index 000000000..9a7f1c695
--- /dev/null
+++ b/homebrew/userspacercu/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "UserspaceRcu",
+ "description": "Library for userspace RCU (read-copy-update)",
+ "url": "https://lttng.org/files/urcu/userspace-rcu-0.10.2.tar.bz2",
+ "mirror": null,
+ "homepage": "https://liburcu.org",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--disable-dependency-tracking",
+ "--disable-silent-rules",
+ "--prefix=#{prefix}",
+ "--build=x86_64",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.10.2",
+ "file": "userspace-rcu.rb"
+} \ No newline at end of file