summaryrefslogtreecommitdiff
path: root/homebrew/tgui
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/tgui
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/tgui')
-rw-r--r--homebrew/tgui/.beer27
-rw-r--r--homebrew/tgui/.make.sh-auto3
-rw-r--r--homebrew/tgui/_metadata/description1
-rw-r--r--homebrew/tgui/_metadata/homepage1
-rw-r--r--homebrew/tgui/_metadata/name1
-rw-r--r--homebrew/tgui/_metadata/version1
-rwxr-xr-xhomebrew/tgui/download.sh1
7 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/tgui/.beer b/homebrew/tgui/.beer
new file mode 100644
index 000000000..38c887e71
--- /dev/null
+++ b/homebrew/tgui/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Tgui",
+ "description": "GUI library for use with sfml",
+ "url": "https://github.com/texus/TGUI/archive/v0.8.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://tgui.eu",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "sfml",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args,",
+ "\"-DTGUI_MISC_INSTALL_PREFIX=#{pkgshare}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.8.5",
+ "file": "tgui.rb"
+} \ No newline at end of file
diff --git a/homebrew/tgui/.make.sh-auto b/homebrew/tgui/.make.sh-auto
new file mode 100644
index 000000000..fa85d8ecb
--- /dev/null
+++ b/homebrew/tgui/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DTGUI_MISC_INSTALL_PREFIX=${PKG_TAPF}/share
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/tgui/_metadata/description b/homebrew/tgui/_metadata/description
new file mode 100644
index 000000000..56109356b
--- /dev/null
+++ b/homebrew/tgui/_metadata/description
@@ -0,0 +1 @@
+GUI library for use with sfml
diff --git a/homebrew/tgui/_metadata/homepage b/homebrew/tgui/_metadata/homepage
new file mode 100644
index 000000000..a31c1e992
--- /dev/null
+++ b/homebrew/tgui/_metadata/homepage
@@ -0,0 +1 @@
+https://tgui.eu
diff --git a/homebrew/tgui/_metadata/name b/homebrew/tgui/_metadata/name
new file mode 100644
index 000000000..d67186904
--- /dev/null
+++ b/homebrew/tgui/_metadata/name
@@ -0,0 +1 @@
+Tgui
diff --git a/homebrew/tgui/_metadata/version b/homebrew/tgui/_metadata/version
new file mode 100644
index 000000000..7ada0d303
--- /dev/null
+++ b/homebrew/tgui/_metadata/version
@@ -0,0 +1 @@
+0.8.5
diff --git a/homebrew/tgui/download.sh b/homebrew/tgui/download.sh
new file mode 100755
index 000000000..b689d7bf2
--- /dev/null
+++ b/homebrew/tgui/download.sh
@@ -0,0 +1 @@
+wget https://github.com/texus/TGUI/archive/v0.8.5.tar.gz \ No newline at end of file