diff options
author | EUcancER <root@euer.krebsco.de> | 2011-11-11 17:03:31 +0100 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2011-11-11 17:03:31 +0100 |
commit | 29340f39ee60caf36449be35c15f670fa71e379a (patch) | |
tree | 2905cb02511226151d341cebfcef8f83bd843f53 /punani/tightnani/tightnani_db | |
parent | b37cb6566653a2b51dc1548c3056fa5969cd7f76 (diff) |
//punani/tightnani: initial commit
tightnani-web is a web API for the (currently) nonexistant tightnani client which resolves common
packages to their packer counterparts like apt-get,pacman etc.
Diffstat (limited to 'punani/tightnani/tightnani_db')
-rw-r--r-- | punani/tightnani/tightnani_db | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/punani/tightnani/tightnani_db b/punani/tightnani/tightnani_db new file mode 100644 index 00000000..d15a9ad4 --- /dev/null +++ b/punani/tightnani/tightnani_db @@ -0,0 +1,25 @@ +{ + "packer-symlinks" : { + "packer" : "yaourt", + "aptitude" : "apt-get", + "bauerbill" : "yaourt" + }, + "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" + } +} |