summaryrefslogtreecommitdiff
path: root/homebrew/libsignalprotocolc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libsignalprotocolc/.beer')
-rw-r--r--homebrew/libsignalprotocolc/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/libsignalprotocolc/.beer b/homebrew/libsignalprotocolc/.beer
new file mode 100644
index 000000000..0b837689c
--- /dev/null
+++ b/homebrew/libsignalprotocolc/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "LibsignalProtocolC",
+ "description": "Signal Protocol C Library",
+ "url": "https://github.com/signalapp/libsignal-protocol-c/archive/v2.3.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/signalapp/libsignal-protocol-c",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", \"-DBUILD_SHARED_LIBS=ON\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.3.2",
+ "file": "libsignal-protocol-c.rb"
+} \ No newline at end of file