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