summaryrefslogtreecommitdiff
path: root/homebrew/makeicns
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/makeicns
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/makeicns')
-rw-r--r--homebrew/makeicns/.beer22
-rw-r--r--homebrew/makeicns/.make.sh-auto3
-rw-r--r--homebrew/makeicns/_metadata/description1
-rw-r--r--homebrew/makeicns/_metadata/homepage1
-rw-r--r--homebrew/makeicns/_metadata/name1
-rw-r--r--homebrew/makeicns/_metadata/version1
-rwxr-xr-xhomebrew/makeicns/download.sh1
-rwxr-xr-xhomebrew/makeicns/patches.sh1
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