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/tass64 | |
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/tass64')
-rw-r--r-- | homebrew/tass64/.beer | 17 | ||||
-rw-r--r-- | homebrew/tass64/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/tass64/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/tass64/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/tass64/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/tass64/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/tass64/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/tass64/.beer b/homebrew/tass64/.beer new file mode 100644 index 000000000..4766a41c9 --- /dev/null +++ b/homebrew/tass64/.beer @@ -0,0 +1,17 @@ +{ + "name": "Tass64", + "description": "Multi pass optimizing macro assembler for the 65xx series of processors", + "url": "https://downloads.sourceforge.net/project/tass64/source/64tass-1.53.1515-src.zip", + "mirror": null, + "homepage": "https://tass64.sourceforge.io/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"install\", \"CPPFLAGS=-D_XOPEN_SOURCE\", \"prefix=#{prefix}\"", + "pkgshare.install \"syntax\"" + ], + "version": "1.53.1515", + "file": "tass64.rb" +}
\ No newline at end of file diff --git a/homebrew/tass64/.make.sh-auto b/homebrew/tass64/.make.sh-auto new file mode 100644 index 000000000..a7c410956 --- /dev/null +++ b/homebrew/tass64/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +make DESTDIR=${PKG_DEST} install CPPFLAGS=-D_XOPEN_SOURCE prefix=${PKG_TAPF} +pkgshare.install "syntax" diff --git a/homebrew/tass64/_metadata/description b/homebrew/tass64/_metadata/description new file mode 100644 index 000000000..e5eb25d00 --- /dev/null +++ b/homebrew/tass64/_metadata/description @@ -0,0 +1 @@ +Multi pass optimizing macro assembler for the 65xx series of processors diff --git a/homebrew/tass64/_metadata/homepage b/homebrew/tass64/_metadata/homepage new file mode 100644 index 000000000..c686ae01d --- /dev/null +++ b/homebrew/tass64/_metadata/homepage @@ -0,0 +1 @@ +https://tass64.sourceforge.io/ diff --git a/homebrew/tass64/_metadata/name b/homebrew/tass64/_metadata/name new file mode 100644 index 000000000..6d1733fe9 --- /dev/null +++ b/homebrew/tass64/_metadata/name @@ -0,0 +1 @@ +Tass64 diff --git a/homebrew/tass64/_metadata/version b/homebrew/tass64/_metadata/version new file mode 100644 index 000000000..47785bd83 --- /dev/null +++ b/homebrew/tass64/_metadata/version @@ -0,0 +1 @@ +1.53.1515 diff --git a/homebrew/tass64/download.sh b/homebrew/tass64/download.sh new file mode 100755 index 000000000..3de0d3e88 --- /dev/null +++ b/homebrew/tass64/download.sh @@ -0,0 +1 @@ +wget https://downloads.sourceforge.net/project/tass64/source/64tass-1.53.1515-src.zip
\ No newline at end of file |