blob: 20ac804a15c370c6fb0aae8a74fc3822555f640a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Desk",
"description": "Lightweight workspace manager for the shell",
"url": "https://github.com/jamesob/desk/archive/v0.6.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/jamesob/desk",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"desk\"",
"bash_completion.install \"shell_plugins/bash/desk\"",
"zsh_completion.install \"shell_plugins/zsh/_desk\"",
"fish_completion.install \"shell_plugins/fish/desk.fish\""
],
"version": "0.6.0",
"file": "desk.rb"
}
|