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