summaryrefslogtreecommitdiff
path: root/homebrew/yadm
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/yadm')
-rw-r--r--homebrew/yadm/.beer19
-rw-r--r--homebrew/yadm/.make.sh-auto5
-rw-r--r--homebrew/yadm/_metadata/description1
-rw-r--r--homebrew/yadm/_metadata/homepage1
-rw-r--r--homebrew/yadm/_metadata/name1
-rw-r--r--homebrew/yadm/_metadata/version1
-rwxr-xr-xhomebrew/yadm/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/yadm/.beer b/homebrew/yadm/.beer
new file mode 100644
index 000000000..613e3bd86
--- /dev/null
+++ b/homebrew/yadm/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Yadm",
+ "description": "Yet Another Dotfiles Manager",
+ "url": "https://github.com/TheLocehiliosan/yadm/archive/1.12.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://thelocehiliosan.github.io/yadm/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"yadm\"",
+ "man1.install \"yadm.1\"",
+ "bash_completion.install \"completion/yadm.bash_completion\"",
+ "zsh_completion.install \"completion/yadm.zsh_completion\" => \"_yadm\""
+ ],
+ "version": "1.12.0",
+ "file": "yadm.rb"
+} \ No newline at end of file
diff --git a/homebrew/yadm/.make.sh-auto b/homebrew/yadm/.make.sh-auto
new file mode 100644
index 000000000..d9b9853f0
--- /dev/null
+++ b/homebrew/yadm/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+bin.install "yadm"
+man1.install "yadm.1"
+bash_completion.install "completion/yadm.bash_completion"
+zsh_completion.install "completion/yadm.zsh_completion" => "_yadm"
diff --git a/homebrew/yadm/_metadata/description b/homebrew/yadm/_metadata/description
new file mode 100644
index 000000000..3c1822716
--- /dev/null
+++ b/homebrew/yadm/_metadata/description
@@ -0,0 +1 @@
+Yet Another Dotfiles Manager
diff --git a/homebrew/yadm/_metadata/homepage b/homebrew/yadm/_metadata/homepage
new file mode 100644
index 000000000..eb73f9950
--- /dev/null
+++ b/homebrew/yadm/_metadata/homepage
@@ -0,0 +1 @@
+https://thelocehiliosan.github.io/yadm/
diff --git a/homebrew/yadm/_metadata/name b/homebrew/yadm/_metadata/name
new file mode 100644
index 000000000..3762e646a
--- /dev/null
+++ b/homebrew/yadm/_metadata/name
@@ -0,0 +1 @@
+Yadm
diff --git a/homebrew/yadm/_metadata/version b/homebrew/yadm/_metadata/version
new file mode 100644
index 000000000..0eed1a29e
--- /dev/null
+++ b/homebrew/yadm/_metadata/version
@@ -0,0 +1 @@
+1.12.0
diff --git a/homebrew/yadm/download.sh b/homebrew/yadm/download.sh
new file mode 100755
index 000000000..45c7123e5
--- /dev/null
+++ b/homebrew/yadm/download.sh
@@ -0,0 +1 @@
+wget https://github.com/TheLocehiliosan/yadm/archive/1.12.0.tar.gz \ No newline at end of file