mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 13:44:38 +02:00
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42020 Closes: https://github.com/gentoo/gentoo/pull/42020 Signed-off-by: Sam James <sam@gentoo.org>
18 lines
820 B
XML
18 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<upstream>
|
|
<remote-id type="github">yadm-dev/yadm</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
yadm is a dotfile manager that handles the hassle of synchronizing the
|
|
dotfiles in your home folder across different workstations. It has a
|
|
philosophy using git and getting out of git's way to ensure it does what it
|
|
does best. What sets it apart is that it supports encryption, which enables
|
|
you to add files like mutt configuration with passwords and host it
|
|
publicly. It also enables you to add suffixes to your files like
|
|
##Linux.hostname, and yadm will automatically symlink the file if you are
|
|
on that hostname.
|
|
</longdescription>
|
|
</pkgmetadata>
|