diff options
author | tv <tv@nomic.retiolum> | 2013-11-05 13:07:46 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-05 13:07:46 +0100 |
commit | ae627d2aa73ea6862af3985f1c07e95c6d493275 (patch) | |
tree | dea1eb74dccd7a14eff03e03baf2eed239a5ac72 /.graveyard/punani/db | |
parent | bf87133ae8e2ce6eb7923dc22c29b8f162c8756a (diff) |
//punani: RIP
Diffstat (limited to '.graveyard/punani/db')
-rw-r--r-- | .graveyard/punani/db/punani | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/.graveyard/punani/db/punani b/.graveyard/punani/db/punani new file mode 100644 index 00000000..e5d1f383 --- /dev/null +++ b/.graveyard/punani/db/punani @@ -0,0 +1,76 @@ +{ + "packer-symlinks" : { + "packer" : "yaourt", + "aptitude" : "apt-get", + "bauerbill" : "yaourt" + }, + "super-packer" : { + "yaourt" : "pacman" + }, + "nano" : { + "apt-get" : "nano", + "pacman" : "nano" + }, + "vim" : { + "apt-get" : "vim", + "pacman" : "vim", + "brew" : "vim", + "yum" : "vim" + }, + "zsh" : { + "pacman" : "zsh", + "apt-get" : "zsh" + }, + "git" : { + "pacman" : "git", + "apt-get" : "git-core" + }, + "unison" : { + "apt-get" : "unison", + "pacman" : "unison" + }, + "python" : { + "apt-get" : "python", + "pacman" : "python2" + }, + "python2" : { + "apt-get" : "python", + "pacman" : "python2" + }, + "python3" : { + "apt-get" : "python3", + "pacman" : "python" + }, + "tinc" : { + "apt-get" : "tinc", + "pacman" : "tinc" + }, + "python-notify" : { + "pacman" : "python-notify", + "apt-get" : "python-notify" + }, + "python-dbus" : { + "pacman" : "dbus-python", + "apt-get" : "python-dbus" + }, + "w3m" : { + "pacman" : "w3m", + "apt-get" : "w3m" + }, + "make" : { + "pacman" : "make", + "apt-get" : "make" + }, + "perl-xml-simple" : { + "apt-get" : "libxml-simple-perl", + "pacman" : "perl-xml-simple" + }, + "hostname" : { + "pacman" : "inetutils", + "apt-get" : "hostname" + }, + "pip" : { + "pacman" : "python-pip", + "apt-get" : "python-pip" + } +} |