1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: homesick
Section: utils
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
git,
rake,
ruby-capture-output,
ruby-coveralls,
ruby-rspec,
ruby-test-construct
Standards-Version: 4.1.2
Vcs-Git: https://salsa.debian.org/ruby-team/homesick.git
Vcs-Browser: https://salsa.debian.org/ruby-team/homesick
Homepage: https://github.com/technicalpickles/homesick
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: homesick
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: git (>= 1.8.0),
ruby | ruby-interpreter,
ruby-thor,
${misc:Depends},
${shlibs:Depends}
Description: keep your dotfiles (configs) in git
homesick allows one to keep some set of files from home directory in separate
git repository.
User can have several repositories attached to your home directory with several
sets of configs: one repository for console tools, another for GUI, third for
some development utilities.
.
homesick is similar to vsch, another tool for managing config files.
|