summaryrefslogtreecommitdiff
path: root/homebrew/unnethack/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/unnethack/.beer')
-rw-r--r--homebrew/unnethack/.beer28
1 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/unnethack/.beer b/homebrew/unnethack/.beer
new file mode 100644
index 000000000..ac2cc6175
--- /dev/null
+++ b/homebrew/unnethack/.beer
@@ -0,0 +1,28 @@
+{
+ "name": "Unnethack",
+ "description": "Fork of Nethack",
+ "url": "https://downloads.sourceforge.net/project/unnethack/unnethack/5.2.0/unnethack-5.2.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/unnethack/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "version_specific_directory = \"#{var}/unnethack/#{version}\"",
+ "args = [",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-owner=#{`id -un`}\",",
+ "\"--with-group=admin\",",
+ "\"--enable-xlogfile=#{var}/unnethack/xlogfile\",",
+ "\"--with-bonesdir=#{version_specific_directory}/bones\",",
+ "\"--with-savesdir=#{version_specific_directory}/saves\",",
+ "\"--enable-wizmode=#{`id -un`}\",",
+ "]",
+ "system \"./configure\", *args",
+ "ENV.deparallelize ",
+ "system \"make\", \"install\", \"CHGRP=#\""
+ ],
+ "version": "5.2.0",
+ "file": "unnethack.rb"
+} \ No newline at end of file