diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-20 20:49:46 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 20:18:47 -0500 |
commit | 12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch) | |
tree | 352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/yazeag | |
parent | a2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (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/yazeag')
-rw-r--r-- | homebrew/yazeag/.beer | 22 | ||||
-rw-r--r-- | homebrew/yazeag/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/yazeag/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/yazeag/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/yazeag/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/yazeag/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/yazeag/download.sh | 1 |
7 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/yazeag/.beer b/homebrew/yazeag/.beer new file mode 100644 index 000000000..f64d5bc34 --- /dev/null +++ b/homebrew/yazeag/.beer @@ -0,0 +1,22 @@ +{ + "name": "YazeAg", + "description": "Yet Another Z80 Emulator (by AG)", + "url": "http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-2.40.5_with_keytrans.tar.gz", + "mirror": null, + "homepage": "http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "inreplace \"Makefile_solaris_gcc\", \"md5sum -b\", \"md5\"", + "bin.mkpath", + "system \"make\", \"-f\", \"Makefile_solaris_gcc\",", + "\"BINDIR=#{bin}\",", + "\"MANDIR=#{man1}\",", + "\"LIBDIR=#{lib}/yaze\",", + "\"install\"" + ], + "version": "2.40.5", + "file": "yaze-ag.rb" +}
\ No newline at end of file diff --git a/homebrew/yazeag/.make.sh-auto b/homebrew/yazeag/.make.sh-auto new file mode 100644 index 000000000..e3670e343 --- /dev/null +++ b/homebrew/yazeag/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "Makefile_solaris_gcc", "md5sum -b", "md5" +bin.mkpath +make -f Makefile_solaris_gcc BINDIR=#{bin} MANDIR=#{man1} LIBDIR=${PKG_TAPF}/lib/yaze DESTDIR=${PKG_DEST} install diff --git a/homebrew/yazeag/_metadata/description b/homebrew/yazeag/_metadata/description new file mode 100644 index 000000000..157df22e2 --- /dev/null +++ b/homebrew/yazeag/_metadata/description @@ -0,0 +1 @@ +Yet Another Z80 Emulator (by AG) diff --git a/homebrew/yazeag/_metadata/homepage b/homebrew/yazeag/_metadata/homepage new file mode 100644 index 000000000..de74e8bf0 --- /dev/null +++ b/homebrew/yazeag/_metadata/homepage @@ -0,0 +1 @@ +http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/ diff --git a/homebrew/yazeag/_metadata/name b/homebrew/yazeag/_metadata/name new file mode 100644 index 000000000..5c3aea5bd --- /dev/null +++ b/homebrew/yazeag/_metadata/name @@ -0,0 +1 @@ +YazeAg diff --git a/homebrew/yazeag/_metadata/version b/homebrew/yazeag/_metadata/version new file mode 100644 index 000000000..0644c8fe6 --- /dev/null +++ b/homebrew/yazeag/_metadata/version @@ -0,0 +1 @@ +2.40.5 diff --git a/homebrew/yazeag/download.sh b/homebrew/yazeag/download.sh new file mode 100755 index 000000000..85c0b3cc8 --- /dev/null +++ b/homebrew/yazeag/download.sh @@ -0,0 +1 @@ +wget http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-2.40.5_with_keytrans.tar.gz
\ No newline at end of file |