summaryrefslogtreecommitdiff
path: root/homebrew/lz4/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/lz4/.beer')
-rw-r--r--homebrew/lz4/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/lz4/.beer b/homebrew/lz4/.beer
new file mode 100644
index 000000000..959336ecf
--- /dev/null
+++ b/homebrew/lz4/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "Lz4",
+ "description": "Extremely Fast Compression algorithm",
+ "url": "https://github.com/lz4/lz4/archive/v1.9.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://lz4.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://github.com/lz4/lz4/pull/694.patch?full_index=1",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\""
+ ],
+ "version": "1.9.1",
+ "file": "lz4.rb"
+} \ No newline at end of file