diff options
Diffstat (limited to 'homebrew/spacemandiff')
-rw-r--r-- | homebrew/spacemandiff/.beer | 25 | ||||
-rw-r--r-- | homebrew/spacemandiff/.make.sh-auto | 2 | ||||
-rw-r--r-- | homebrew/spacemandiff/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/spacemandiff/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/spacemandiff/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/spacemandiff/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/spacemandiff/download.sh | 1 |
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 |