summaryrefslogtreecommitdiff
path: root/homebrew/le/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/le/.beer')
-rw-r--r--homebrew/le/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/le/.beer b/homebrew/le/.beer
new file mode 100644
index 000000000..e1feda92a
--- /dev/null
+++ b/homebrew/le/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Le",
+ "description": "Text editor with block and binary operations",
+ "url": "https://github.com/lavv17/le/releases/download/v1.16.5/le-1.16.5.tar.xz",
+ "mirror": null,
+ "homepage": "https://github.com/lavv17/le",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "logentries",
+ "reason": "both install a le binary"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.16.5",
+ "file": "le.rb"
+} \ No newline at end of file