summaryrefslogtreecommitdiff
path: root/debian/control
blob: a587460dae6e9b99f5cea7e255f188b08f054cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: rcm
Section: utils
Priority: optional
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Build-Depends:
 debhelper (>= 10),
 python-cram,
 ruby,
 ruby-mustache,
Standards-Version: 4.2.1
Homepage: https://github.com/thoughtbot/rcm
Vcs-Browser: https://git.benjamin.barenblat.name/debian-rcm/
Vcs-Git: https://git.benjamin.barenblat.name/debian-rcm.git

Package: rcm
Architecture: all
Depends: ${misc:Depends}
Description: tool to manage rc files (dotfiles)
 rcm is a suite of tools to manage rc files (dotfiles). The tools keep dotfiles
 in a single directory, managing symlinks to them from (or copies of them in)
 other directories. rcm supports tagging rc files and splitting them by
 hostname. It also can generate a bootstrapping script for use a new machine.