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/makeicns | |
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/makeicns')
-rw-r--r-- | homebrew/makeicns/.beer | 22 | ||||
-rw-r--r-- | homebrew/makeicns/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/makeicns/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/makeicns/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/makeicns/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/makeicns/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/makeicns/download.sh | 1 | ||||
-rwxr-xr-x | homebrew/makeicns/patches.sh | 1 |
8 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/makeicns/.beer b/homebrew/makeicns/.beer new file mode 100644 index 000000000..304986e06 --- /dev/null +++ b/homebrew/makeicns/.beer @@ -0,0 +1,22 @@ +{ + "name": "Makeicns", + "description": "Create icns files from the command-line", + "url": "https://bitbucket.org/mkae/makeicns/downloads/makeicns-1.4.10a.tar.bz2", + "mirror": null, + "homepage": "https://bitbucket.org/mkae/makeicns", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [ + { + "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/e59da9d/makeicns/patch-IconFamily.m.diff", + "strip": "0" + } + ], + "install": [ + "system \"make\"", + "bin.install \"makeicns\"" + ], + "version": "1.4.10", + "file": "makeicns.rb" +}
\ No newline at end of file diff --git a/homebrew/makeicns/.make.sh-auto b/homebrew/makeicns/.make.sh-auto new file mode 100644 index 000000000..11d44e7fe --- /dev/null +++ b/homebrew/makeicns/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +make +bin.install "makeicns" diff --git a/homebrew/makeicns/_metadata/description b/homebrew/makeicns/_metadata/description new file mode 100644 index 000000000..600d8c3b1 --- /dev/null +++ b/homebrew/makeicns/_metadata/description @@ -0,0 +1 @@ +Create icns files from the command-line diff --git a/homebrew/makeicns/_metadata/homepage b/homebrew/makeicns/_metadata/homepage new file mode 100644 index 000000000..a13415be5 --- /dev/null +++ b/homebrew/makeicns/_metadata/homepage @@ -0,0 +1 @@ +https://bitbucket.org/mkae/makeicns diff --git a/homebrew/makeicns/_metadata/name b/homebrew/makeicns/_metadata/name new file mode 100644 index 000000000..f5fa3f9cc --- /dev/null +++ b/homebrew/makeicns/_metadata/name @@ -0,0 +1 @@ +Makeicns diff --git a/homebrew/makeicns/_metadata/version b/homebrew/makeicns/_metadata/version new file mode 100644 index 000000000..ac9f79cab --- /dev/null +++ b/homebrew/makeicns/_metadata/version @@ -0,0 +1 @@ +1.4.10 diff --git a/homebrew/makeicns/download.sh b/homebrew/makeicns/download.sh new file mode 100755 index 000000000..d34624590 --- /dev/null +++ b/homebrew/makeicns/download.sh @@ -0,0 +1 @@ +wget https://bitbucket.org/mkae/makeicns/downloads/makeicns-1.4.10a.tar.bz2
\ No newline at end of file diff --git a/homebrew/makeicns/patches.sh b/homebrew/makeicns/patches.sh new file mode 100755 index 000000000..0c649032d --- /dev/null +++ b/homebrew/makeicns/patches.sh @@ -0,0 +1 @@ +wget https://raw.githubusercontent.com/Homebrew/formula-patches/e59da9d/makeicns/patch-IconFamily.m.diff |