diff options
Diffstat (limited to 'homebrew/xmake/.beer')
-rw-r--r-- | homebrew/xmake/.beer | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/xmake/.beer b/homebrew/xmake/.beer new file mode 100644 index 000000000..4abd2b109 --- /dev/null +++ b/homebrew/xmake/.beer @@ -0,0 +1,19 @@ +{ + "name": "Xmake", + "description": "A cross-platform build utility based on Lua", + "url": "https://github.com/xmake-io/xmake/archive/v2.2.5.tar.gz", + "mirror": null, + "homepage": "https://xmake.io/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./install\", \"output\"", + "pkgshare.install Dir[\"xmake/*\"]", + "bin.install \"output/share/xmake/xmake\"", + "bin.env_script_all_files(libexec, :XMAKE_PROGRAM_DIR => pkgshare)" + ], + "version": "2.2.5", + "file": "xmake.rb" +}
\ No newline at end of file |