summaryrefslogtreecommitdiff
path: root/homebrew/vcsh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vcsh')
-rw-r--r--homebrew/vcsh/.beer18
-rw-r--r--homebrew/vcsh/.make.sh-auto4
-rw-r--r--homebrew/vcsh/_metadata/description1
-rw-r--r--homebrew/vcsh/_metadata/homepage1
-rw-r--r--homebrew/vcsh/_metadata/name1
-rw-r--r--homebrew/vcsh/_metadata/version1
-rwxr-xr-xhomebrew/vcsh/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/vcsh/.beer b/homebrew/vcsh/.beer
new file mode 100644
index 000000000..0282806f6
--- /dev/null
+++ b/homebrew/vcsh/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Vcsh",
+ "description": "Config manager based on git",
+ "url": "https://github.com/RichiH/vcsh/archive/v1.20151229-1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/RichiH/vcsh",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"vcsh\"",
+ "man1.install \"vcsh.1\"",
+ "zsh_completion.install \"_vcsh\""
+ ],
+ "version": "1.20151229",
+ "file": "vcsh.rb"
+} \ No newline at end of file
diff --git a/homebrew/vcsh/.make.sh-auto b/homebrew/vcsh/.make.sh-auto
new file mode 100644
index 000000000..29a9e916d
--- /dev/null
+++ b/homebrew/vcsh/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+bin.install "vcsh"
+man1.install "vcsh.1"
+zsh_completion.install "_vcsh"
diff --git a/homebrew/vcsh/_metadata/description b/homebrew/vcsh/_metadata/description
new file mode 100644
index 000000000..ddd6c03b0
--- /dev/null
+++ b/homebrew/vcsh/_metadata/description
@@ -0,0 +1 @@
+Config manager based on git
diff --git a/homebrew/vcsh/_metadata/homepage b/homebrew/vcsh/_metadata/homepage
new file mode 100644
index 000000000..b7b1b3cac
--- /dev/null
+++ b/homebrew/vcsh/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/RichiH/vcsh
diff --git a/homebrew/vcsh/_metadata/name b/homebrew/vcsh/_metadata/name
new file mode 100644
index 000000000..03337d2c6
--- /dev/null
+++ b/homebrew/vcsh/_metadata/name
@@ -0,0 +1 @@
+Vcsh
diff --git a/homebrew/vcsh/_metadata/version b/homebrew/vcsh/_metadata/version
new file mode 100644
index 000000000..9aa505302
--- /dev/null
+++ b/homebrew/vcsh/_metadata/version
@@ -0,0 +1 @@
+1.20151229
diff --git a/homebrew/vcsh/download.sh b/homebrew/vcsh/download.sh
new file mode 100755
index 000000000..d95af12ce
--- /dev/null
+++ b/homebrew/vcsh/download.sh
@@ -0,0 +1 @@
+wget https://github.com/RichiH/vcsh/archive/v1.20151229-1.tar.gz \ No newline at end of file