blob: 613e3bd86499675de261f56db814b9cf8534d755 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
}
|