summaryrefslogtreecommitdiff
path: root/homebrew/z80dasm
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/z80dasm
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/z80dasm')
-rw-r--r--homebrew/z80dasm/.beer17
-rw-r--r--homebrew/z80dasm/.make.sh-auto3
-rw-r--r--homebrew/z80dasm/_metadata/description1
-rw-r--r--homebrew/z80dasm/_metadata/homepage1
-rw-r--r--homebrew/z80dasm/_metadata/name1
-rw-r--r--homebrew/z80dasm/_metadata/version1
-rwxr-xr-xhomebrew/z80dasm/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/z80dasm/.beer b/homebrew/z80dasm/.beer
new file mode 100644
index 000000000..df5cb39c4
--- /dev/null
+++ b/homebrew/z80dasm/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Z80dasm",
+ "description": "Disassembler for the Zilog Z80 microprocessor and compatibles",
+ "url": "https://www.tablix.org/~avian/z80dasm/z80dasm-1.1.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.tablix.org/~avian/blog/articles/z80dasm/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.1.5",
+ "file": "z80dasm.rb"
+} \ No newline at end of file
diff --git a/homebrew/z80dasm/.make.sh-auto b/homebrew/z80dasm/.make.sh-auto
new file mode 100644
index 000000000..abf08b27d
--- /dev/null
+++ b/homebrew/z80dasm/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/z80dasm/_metadata/description b/homebrew/z80dasm/_metadata/description
new file mode 100644
index 000000000..9caac16c9
--- /dev/null
+++ b/homebrew/z80dasm/_metadata/description
@@ -0,0 +1 @@
+Disassembler for the Zilog Z80 microprocessor and compatibles
diff --git a/homebrew/z80dasm/_metadata/homepage b/homebrew/z80dasm/_metadata/homepage
new file mode 100644
index 000000000..dc0644bc4
--- /dev/null
+++ b/homebrew/z80dasm/_metadata/homepage
@@ -0,0 +1 @@
+https://www.tablix.org/~avian/blog/articles/z80dasm/
diff --git a/homebrew/z80dasm/_metadata/name b/homebrew/z80dasm/_metadata/name
new file mode 100644
index 000000000..37052d8f5
--- /dev/null
+++ b/homebrew/z80dasm/_metadata/name
@@ -0,0 +1 @@
+Z80dasm
diff --git a/homebrew/z80dasm/_metadata/version b/homebrew/z80dasm/_metadata/version
new file mode 100644
index 000000000..e25d8d9f3
--- /dev/null
+++ b/homebrew/z80dasm/_metadata/version
@@ -0,0 +1 @@
+1.1.5
diff --git a/homebrew/z80dasm/download.sh b/homebrew/z80dasm/download.sh
new file mode 100755
index 000000000..d1056f802
--- /dev/null
+++ b/homebrew/z80dasm/download.sh
@@ -0,0 +1 @@
+wget https://www.tablix.org/~avian/z80dasm/z80dasm-1.1.5.tar.gz \ No newline at end of file