diff options
Diffstat (limited to 'homebrew/diffsofancy')
-rw-r--r-- | homebrew/diffsofancy/.beer | 17 | ||||
-rw-r--r-- | homebrew/diffsofancy/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/diffsofancy/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/diffsofancy/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/diffsofancy/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/diffsofancy/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/diffsofancy/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/diffsofancy/.beer b/homebrew/diffsofancy/.beer new file mode 100644 index 000000000..964e7e1d8 --- /dev/null +++ b/homebrew/diffsofancy/.beer @@ -0,0 +1,17 @@ +{ + "name": "DiffSoFancy", + "description": "Good-lookin", + "url": "https://github.com/so-fancy/diff-so-fancy/archive/v1.2.5.tar.gz", + "mirror": null, + "homepage": "https://github.com/so-fancy/diff-so-fancy", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "libexec.install \"diff-so-fancy\", \"lib\"", + "bin.install_symlink libexec/\"diff-so-fancy\"" + ], + "version": "1.2.5", + "file": "diff-so-fancy.rb" +}
\ No newline at end of file diff --git a/homebrew/diffsofancy/.make.sh-auto b/homebrew/diffsofancy/.make.sh-auto new file mode 100644 index 000000000..3d371eaa5 --- /dev/null +++ b/homebrew/diffsofancy/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +libexec.install "diff-so-fancy", "lib" +bin.install_symlink libexec/"diff-so-fancy" diff --git a/homebrew/diffsofancy/_metadata/description b/homebrew/diffsofancy/_metadata/description new file mode 100644 index 000000000..4ad2c1f6b --- /dev/null +++ b/homebrew/diffsofancy/_metadata/description @@ -0,0 +1 @@ +Good-lookin diff --git a/homebrew/diffsofancy/_metadata/homepage b/homebrew/diffsofancy/_metadata/homepage new file mode 100644 index 000000000..193999165 --- /dev/null +++ b/homebrew/diffsofancy/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/so-fancy/diff-so-fancy diff --git a/homebrew/diffsofancy/_metadata/name b/homebrew/diffsofancy/_metadata/name new file mode 100644 index 000000000..04ff5e791 --- /dev/null +++ b/homebrew/diffsofancy/_metadata/name @@ -0,0 +1 @@ +DiffSoFancy diff --git a/homebrew/diffsofancy/_metadata/version b/homebrew/diffsofancy/_metadata/version new file mode 100644 index 000000000..c813fe116 --- /dev/null +++ b/homebrew/diffsofancy/_metadata/version @@ -0,0 +1 @@ +1.2.5 diff --git a/homebrew/diffsofancy/download.sh b/homebrew/diffsofancy/download.sh new file mode 100755 index 000000000..a6fa970c0 --- /dev/null +++ b/homebrew/diffsofancy/download.sh @@ -0,0 +1 @@ +wget https://github.com/so-fancy/diff-so-fancy/archive/v1.2.5.tar.gz
\ No newline at end of file |