diff options
Diffstat (limited to 'data/joe/.beer')
-rw-r--r-- | data/joe/.beer | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/joe/.beer b/data/joe/.beer new file mode 100644 index 000000000..039041bc7 --- /dev/null +++ b/data/joe/.beer @@ -0,0 +1,17 @@ +{ + "name": "Joe", + "description": "Joe", + "url": "https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-4.6/joe-4.6.tar.gz", + "mirror": null, + "homepage": "https://joe-editor.sourceforge.io/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./configure\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "4.6", + "file": "joe.rb" +}
\ No newline at end of file |