summaryrefslogtreecommitdiff
path: root/homebrew/zshautosuggestions
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/zshautosuggestions')
-rw-r--r--homebrew/zshautosuggestions/.beer16
-rw-r--r--homebrew/zshautosuggestions/.make.sh-auto2
-rw-r--r--homebrew/zshautosuggestions/_metadata/description1
-rw-r--r--homebrew/zshautosuggestions/_metadata/homepage1
-rw-r--r--homebrew/zshautosuggestions/_metadata/name1
-rw-r--r--homebrew/zshautosuggestions/_metadata/version1
-rwxr-xr-xhomebrew/zshautosuggestions/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/zshautosuggestions/.beer b/homebrew/zshautosuggestions/.beer
new file mode 100644
index 000000000..a6ee984cc
--- /dev/null
+++ b/homebrew/zshautosuggestions/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "ZshAutosuggestions",
+ "description": "Fish-like fast/unobtrusive autosuggestions for zsh",
+ "url": "https://github.com/zsh-users/zsh-autosuggestions/archive/v0.5.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/zsh-users/zsh-autosuggestions",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "pkgshare.install \"zsh-autosuggestions.zsh\""
+ ],
+ "version": "0.5.0",
+ "file": "zsh-autosuggestions.rb"
+} \ No newline at end of file
diff --git a/homebrew/zshautosuggestions/.make.sh-auto b/homebrew/zshautosuggestions/.make.sh-auto
new file mode 100644
index 000000000..a1509ddfe
--- /dev/null
+++ b/homebrew/zshautosuggestions/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+pkgshare.install "zsh-autosuggestions.zsh"
diff --git a/homebrew/zshautosuggestions/_metadata/description b/homebrew/zshautosuggestions/_metadata/description
new file mode 100644
index 000000000..706b2f409
--- /dev/null
+++ b/homebrew/zshautosuggestions/_metadata/description
@@ -0,0 +1 @@
+Fish-like fast/unobtrusive autosuggestions for zsh
diff --git a/homebrew/zshautosuggestions/_metadata/homepage b/homebrew/zshautosuggestions/_metadata/homepage
new file mode 100644
index 000000000..4e2bd941d
--- /dev/null
+++ b/homebrew/zshautosuggestions/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/zsh-users/zsh-autosuggestions
diff --git a/homebrew/zshautosuggestions/_metadata/name b/homebrew/zshautosuggestions/_metadata/name
new file mode 100644
index 000000000..f2209c439
--- /dev/null
+++ b/homebrew/zshautosuggestions/_metadata/name
@@ -0,0 +1 @@
+ZshAutosuggestions
diff --git a/homebrew/zshautosuggestions/_metadata/version b/homebrew/zshautosuggestions/_metadata/version
new file mode 100644
index 000000000..8f0916f76
--- /dev/null
+++ b/homebrew/zshautosuggestions/_metadata/version
@@ -0,0 +1 @@
+0.5.0
diff --git a/homebrew/zshautosuggestions/download.sh b/homebrew/zshautosuggestions/download.sh
new file mode 100755
index 000000000..6299f6cbc
--- /dev/null
+++ b/homebrew/zshautosuggestions/download.sh
@@ -0,0 +1 @@
+wget https://github.com/zsh-users/zsh-autosuggestions/archive/v0.5.0.tar.gz \ No newline at end of file