summaryrefslogtreecommitdiff
path: root/homebrew/zshautosuggestions
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/zshautosuggestions
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/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