summaryrefslogtreecommitdiff
path: root/homebrew/spacemandiff
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/spacemandiff
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/spacemandiff')
-rw-r--r--homebrew/spacemandiff/.beer25
-rw-r--r--homebrew/spacemandiff/.make.sh-auto2
-rw-r--r--homebrew/spacemandiff/_metadata/description1
-rw-r--r--homebrew/spacemandiff/_metadata/homepage1
-rw-r--r--homebrew/spacemandiff/_metadata/name1
-rw-r--r--homebrew/spacemandiff/_metadata/version1
-rwxr-xr-xhomebrew/spacemandiff/download.sh1
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/spacemandiff/.beer b/homebrew/spacemandiff/.beer
new file mode 100644
index 000000000..9eea73277
--- /dev/null
+++ b/homebrew/spacemandiff/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "SpacemanDiff",
+ "description": "Diff images from the command-line",
+ "url": "https://github.com/holman/spaceman-diff/archive/v1.0.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/holman/spaceman-diff",
+ "depends": [
+ {
+ "depend": "imagemagick",
+ "build-depend": false
+ },
+ {
+ "depend": "jp2a",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"spaceman-diff\""
+ ],
+ "version": "1.0.3",
+ "file": "spaceman-diff.rb"
+} \ No newline at end of file
diff --git a/homebrew/spacemandiff/.make.sh-auto b/homebrew/spacemandiff/.make.sh-auto
new file mode 100644
index 000000000..4a1c0c168
--- /dev/null
+++ b/homebrew/spacemandiff/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "spaceman-diff"
diff --git a/homebrew/spacemandiff/_metadata/description b/homebrew/spacemandiff/_metadata/description
new file mode 100644
index 000000000..72c2fb2c4
--- /dev/null
+++ b/homebrew/spacemandiff/_metadata/description
@@ -0,0 +1 @@
+Diff images from the command-line
diff --git a/homebrew/spacemandiff/_metadata/homepage b/homebrew/spacemandiff/_metadata/homepage
new file mode 100644
index 000000000..a833f57ed
--- /dev/null
+++ b/homebrew/spacemandiff/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/holman/spaceman-diff
diff --git a/homebrew/spacemandiff/_metadata/name b/homebrew/spacemandiff/_metadata/name
new file mode 100644
index 000000000..934858a1f
--- /dev/null
+++ b/homebrew/spacemandiff/_metadata/name
@@ -0,0 +1 @@
+SpacemanDiff
diff --git a/homebrew/spacemandiff/_metadata/version b/homebrew/spacemandiff/_metadata/version
new file mode 100644
index 000000000..21e8796a0
--- /dev/null
+++ b/homebrew/spacemandiff/_metadata/version
@@ -0,0 +1 @@
+1.0.3
diff --git a/homebrew/spacemandiff/download.sh b/homebrew/spacemandiff/download.sh
new file mode 100755
index 000000000..4d4bdd018
--- /dev/null
+++ b/homebrew/spacemandiff/download.sh
@@ -0,0 +1 @@
+wget https://github.com/holman/spaceman-diff/archive/v1.0.3.tar.gz \ No newline at end of file