summaryrefslogtreecommitdiffstats
path: root/punani/db
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2011-11-17 11:16:48 +0100
committerEUcancER <root@euer.krebsco.de>2011-11-17 11:16:48 +0100
commit3877e5d8221d42811d376ddb560552684d34f5cc (patch)
tree8a1082d200a932eb538c30ff9adf8b2f3f0463d4 /punani/db
parent4e8fa61ec02b6f05134e8b95239d1821a46de57c (diff)
//punani: rm old punani, tightnani->punani
Diffstat (limited to 'punani/db')
-rw-r--r--punani/db/punani60
1 files changed, 60 insertions, 0 deletions
diff --git a/punani/db/punani b/punani/db/punani
new file mode 100644
index 00000000..318f0e27
--- /dev/null
+++ b/punani/db/punani
@@ -0,0 +1,60 @@
+{
+ "packer-symlinks" : {
+ "packer" : "yaourt",
+ "aptitude" : "apt-get",
+ "bauerbill" : "yaourt"
+ },
+ "super-packer" : {
+ "yaourt" : "pacman"
+ },
+ "vim" : {
+ "apt-get" : "vim",
+ "pacman" : "vim",
+ "brew" : "vim",
+ "yum" : "vim"
+ },
+ "python" : {
+ "apt-get" : "python",
+ "pacman" : "python2"
+ },
+ "python2" : {
+ "apt-get" : "python",
+ "pacman" : "python2"
+ },
+ "python3" : {
+ "apt-get" : "python3",
+ "pacman" : "python"
+ },
+ "tinc" : {
+ "apt-get" : "tinc",
+ "yaourt" : "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"
+ }
+}