summaryrefslogtreecommitdiff
path: root/homebrew/tbox/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tbox/.beer')
-rw-r--r--homebrew/tbox/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/tbox/.beer b/homebrew/tbox/.beer
new file mode 100644
index 000000000..151a944a6
--- /dev/null
+++ b/homebrew/tbox/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Tbox",
+ "description": "Glib-like multi-platform c library",
+ "url": "https://github.com/waruqi/tbox/archive/v1.6.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://tboox.org/",
+ "depends": [
+ {
+ "depend": "xmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"xmake\", \"config\", \"--charset=y\", \"--demo=n\", \"--small=y\", \"--xml=y\"",
+ "system \"xmake\", \"install\", \"-o\", prefix"
+ ],
+ "version": "1.6.3",
+ "file": "tbox.rb"
+} \ No newline at end of file