From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/zshautosuggestions/.beer | 16 ++++++++++++++++ homebrew/zshautosuggestions/.make.sh-auto | 2 ++ homebrew/zshautosuggestions/_metadata/description | 1 + homebrew/zshautosuggestions/_metadata/homepage | 1 + homebrew/zshautosuggestions/_metadata/name | 1 + homebrew/zshautosuggestions/_metadata/version | 1 + homebrew/zshautosuggestions/download.sh | 1 + 7 files changed, 23 insertions(+) create mode 100644 homebrew/zshautosuggestions/.beer create mode 100644 homebrew/zshautosuggestions/.make.sh-auto create mode 100644 homebrew/zshautosuggestions/_metadata/description create mode 100644 homebrew/zshautosuggestions/_metadata/homepage create mode 100644 homebrew/zshautosuggestions/_metadata/name create mode 100644 homebrew/zshautosuggestions/_metadata/version create mode 100755 homebrew/zshautosuggestions/download.sh (limited to 'homebrew/zshautosuggestions') 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 -- cgit v1.2.3