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/tth | |
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/tth')
-rw-r--r-- | homebrew/tth/.beer | 18 | ||||
-rw-r--r-- | homebrew/tth/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/tth/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/tth/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/tth/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/tth/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/tth/download.sh | 1 |
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/tth/.beer b/homebrew/tth/.beer new file mode 100644 index 000000000..d7099dad7 --- /dev/null +++ b/homebrew/tth/.beer @@ -0,0 +1,18 @@ +{ + "name": "Tth", + "description": "TeX/LaTeX to HTML converter", + "url": "http://hutchinson.belmont.ma.us/tth/tth_distribution/tth_4.12.tgz", + "mirror": null, + "homepage": "http://hutchinson.belmont.ma.us/tth/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system ENV.cc, \"-o\", \"tth\", \"tth.c\"", + "bin.install %w[tth latex2gif ps2gif ps2png]", + "man1.install \"tth.1\"" + ], + "version": "4.12", + "file": "tth.rb" +}
\ No newline at end of file diff --git a/homebrew/tth/.make.sh-auto b/homebrew/tth/.make.sh-auto new file mode 100644 index 000000000..f3ab58a41 --- /dev/null +++ b/homebrew/tth/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV.cc -o tth tth.c +bin.install %w[tth latex2gif ps2gif ps2png] +man1.install "tth.1" diff --git a/homebrew/tth/_metadata/description b/homebrew/tth/_metadata/description new file mode 100644 index 000000000..f0c55f5ee --- /dev/null +++ b/homebrew/tth/_metadata/description @@ -0,0 +1 @@ +TeX/LaTeX to HTML converter diff --git a/homebrew/tth/_metadata/homepage b/homebrew/tth/_metadata/homepage new file mode 100644 index 000000000..0c0b3c45f --- /dev/null +++ b/homebrew/tth/_metadata/homepage @@ -0,0 +1 @@ +http://hutchinson.belmont.ma.us/tth/ diff --git a/homebrew/tth/_metadata/name b/homebrew/tth/_metadata/name new file mode 100644 index 000000000..9b30222d0 --- /dev/null +++ b/homebrew/tth/_metadata/name @@ -0,0 +1 @@ +Tth diff --git a/homebrew/tth/_metadata/version b/homebrew/tth/_metadata/version new file mode 100644 index 000000000..f58858453 --- /dev/null +++ b/homebrew/tth/_metadata/version @@ -0,0 +1 @@ +4.12 diff --git a/homebrew/tth/download.sh b/homebrew/tth/download.sh new file mode 100755 index 000000000..a412b0ad6 --- /dev/null +++ b/homebrew/tth/download.sh @@ -0,0 +1 @@ +wget http://hutchinson.belmont.ma.us/tth/tth_distribution/tth_4.12.tgz
\ No newline at end of file |