summaryrefslogtreecommitdiffstats
path: root/.graveyard/punani/db/punani
blob: e5d1f383689249e602f5354758f8613d38745571 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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"
    }
}