diff options
Diffstat (limited to 'homebrew/zshnavigationtools')
-rw-r--r-- | homebrew/zshnavigationtools/.beer | 16 | ||||
-rw-r--r-- | homebrew/zshnavigationtools/.make.sh-auto | 2 | ||||
-rw-r--r-- | homebrew/zshnavigationtools/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/zshnavigationtools/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/zshnavigationtools/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/zshnavigationtools/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/zshnavigationtools/download.sh | 1 |
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/zshnavigationtools/.beer b/homebrew/zshnavigationtools/.beer new file mode 100644 index 000000000..501228b5a --- /dev/null +++ b/homebrew/zshnavigationtools/.beer @@ -0,0 +1,16 @@ +{ + "name": "ZshNavigationTools", + "description": "Zsh curses-based tools, e.g. multi-word history searcher", + "url": "https://github.com/psprint/zsh-navigation-tools/archive/v2.2.7.tar.gz", + "mirror": null, + "homepage": "https://github.com/psprint/zsh-navigation-tools", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"install\", \"PREFIX=#{prefix}\"" + ], + "version": "2.2.7", + "file": "zsh-navigation-tools.rb" +}
\ No newline at end of file diff --git a/homebrew/zshnavigationtools/.make.sh-auto b/homebrew/zshnavigationtools/.make.sh-auto new file mode 100644 index 000000000..0cee20c2e --- /dev/null +++ b/homebrew/zshnavigationtools/.make.sh-auto @@ -0,0 +1,2 @@ +pkg:setup +make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF} diff --git a/homebrew/zshnavigationtools/_metadata/description b/homebrew/zshnavigationtools/_metadata/description new file mode 100644 index 000000000..6d5f4642f --- /dev/null +++ b/homebrew/zshnavigationtools/_metadata/description @@ -0,0 +1 @@ +Zsh curses-based tools, e.g. multi-word history searcher diff --git a/homebrew/zshnavigationtools/_metadata/homepage b/homebrew/zshnavigationtools/_metadata/homepage new file mode 100644 index 000000000..8490ebf51 --- /dev/null +++ b/homebrew/zshnavigationtools/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/psprint/zsh-navigation-tools diff --git a/homebrew/zshnavigationtools/_metadata/name b/homebrew/zshnavigationtools/_metadata/name new file mode 100644 index 000000000..9c79e88d7 --- /dev/null +++ b/homebrew/zshnavigationtools/_metadata/name @@ -0,0 +1 @@ +ZshNavigationTools diff --git a/homebrew/zshnavigationtools/_metadata/version b/homebrew/zshnavigationtools/_metadata/version new file mode 100644 index 000000000..5bc1cc43d --- /dev/null +++ b/homebrew/zshnavigationtools/_metadata/version @@ -0,0 +1 @@ +2.2.7 diff --git a/homebrew/zshnavigationtools/download.sh b/homebrew/zshnavigationtools/download.sh new file mode 100755 index 000000000..ffb1bcf3f --- /dev/null +++ b/homebrew/zshnavigationtools/download.sh @@ -0,0 +1 @@ +wget https://github.com/psprint/zsh-navigation-tools/archive/v2.2.7.tar.gz
\ No newline at end of file |