summaryrefslogtreecommitdiff
path: root/homebrew/jove/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/jove/.beer')
-rw-r--r--homebrew/jove/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/jove/.beer b/homebrew/jove/.beer
new file mode 100644
index 000000000..ce086f53e
--- /dev/null
+++ b/homebrew/jove/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Jove",
+ "description": "Emacs-style editor with vi-like memory, CPU, and size requirements",
+ "url": "http://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/jove4.16.0.73.tgz",
+ "mirror": "https://ftp.openbsd.org/pub/OpenBSD/distfiles/jove4.16.0.73.tgz",
+ "homepage": "https://directory.fsf.org/wiki/Jove",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/3cada68f/jove/patch-getline.diff",
+ "strip": "0"
+ }
+ ],
+ "install": [
+ "bin.mkpath",
+ "man1.mkpath",
+ "(lib/\"jove\").mkpath",
+ "system \"make\", \"install\", \"JOVEHOME=#{prefix}\", \"MANDIR=#{man1}\""
+ ],
+ "version": "4.16.0.73",
+ "file": "jove.rb"
+} \ No newline at end of file