summaryrefslogtreecommitdiff
path: root/homebrew/scummvmtools
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/scummvmtools')
-rw-r--r--homebrew/scummvmtools/.beer46
-rw-r--r--homebrew/scummvmtools/.make.sh-auto3
-rw-r--r--homebrew/scummvmtools/_metadata/description1
-rw-r--r--homebrew/scummvmtools/_metadata/homepage1
-rw-r--r--homebrew/scummvmtools/_metadata/name1
-rw-r--r--homebrew/scummvmtools/_metadata/version1
-rwxr-xr-xhomebrew/scummvmtools/download.sh1
7 files changed, 54 insertions, 0 deletions
diff --git a/homebrew/scummvmtools/.beer b/homebrew/scummvmtools/.beer
new file mode 100644
index 000000000..f21761958
--- /dev/null
+++ b/homebrew/scummvmtools/.beer
@@ -0,0 +1,46 @@
+{
+ "name": "ScummvmTools",
+ "description": "Collection of tools for ScummVM",
+ "url": "https://www.scummvm.org/frs/scummvm-tools/2.0.0/scummvm-tools-2.0.0.tar.xz",
+ "mirror": null,
+ "homepage": "https://www.scummvm.org/",
+ "depends": [
+ {
+ "depend": "boost",
+ "build-depend": false
+ },
+ {
+ "depend": "flac",
+ "build-depend": false
+ },
+ {
+ "depend": "freetype",
+ "build-depend": false
+ },
+ {
+ "depend": "libpng",
+ "build-depend": false
+ },
+ {
+ "depend": "libvorbis",
+ "build-depend": false
+ },
+ {
+ "depend": "mad",
+ "build-depend": false
+ },
+ {
+ "depend": "wxmac",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.0.0",
+ "file": "scummvm-tools.rb"
+} \ No newline at end of file
diff --git a/homebrew/scummvmtools/.make.sh-auto b/homebrew/scummvmtools/.make.sh-auto
new file mode 100644
index 000000000..abf08b27d
--- /dev/null
+++ b/homebrew/scummvmtools/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/scummvmtools/_metadata/description b/homebrew/scummvmtools/_metadata/description
new file mode 100644
index 000000000..7be9cf095
--- /dev/null
+++ b/homebrew/scummvmtools/_metadata/description
@@ -0,0 +1 @@
+Collection of tools for ScummVM
diff --git a/homebrew/scummvmtools/_metadata/homepage b/homebrew/scummvmtools/_metadata/homepage
new file mode 100644
index 000000000..d480d0278
--- /dev/null
+++ b/homebrew/scummvmtools/_metadata/homepage
@@ -0,0 +1 @@
+https://www.scummvm.org/
diff --git a/homebrew/scummvmtools/_metadata/name b/homebrew/scummvmtools/_metadata/name
new file mode 100644
index 000000000..c23ce825d
--- /dev/null
+++ b/homebrew/scummvmtools/_metadata/name
@@ -0,0 +1 @@
+ScummvmTools
diff --git a/homebrew/scummvmtools/_metadata/version b/homebrew/scummvmtools/_metadata/version
new file mode 100644
index 000000000..227cea215
--- /dev/null
+++ b/homebrew/scummvmtools/_metadata/version
@@ -0,0 +1 @@
+2.0.0
diff --git a/homebrew/scummvmtools/download.sh b/homebrew/scummvmtools/download.sh
new file mode 100755
index 000000000..91809029a
--- /dev/null
+++ b/homebrew/scummvmtools/download.sh
@@ -0,0 +1 @@
+wget https://www.scummvm.org/frs/scummvm-tools/2.0.0/scummvm-tools-2.0.0.tar.xz \ No newline at end of file