I’m happy to announce that thanks to Cruznick now is avaible a Burg-Manager version for Archlinux.
There are two way to install it: directly from Aur using a package manager like yaourt, clyde, packer or by repository:
Installation from Aur
$ yaourt -S burg-manager
Installation from repository
Cruznick has created a repository on Dropbox so all you need to do is:
1. Edit file pacman.conf
$ sudo $YOUR_EDITOR /etc/pacman.conf
2. Add the following lines depending on the architecture of your processor:
For X86-64
[Burg-x86-64]
Server = http://dl.dropbox.com/u/11529444/x86_64/
For i686
[Burg-i686]
Server = http://dl.dropbox.com/u/11529444/i686/
3 Aggiornare e installare
$ sudo pacman -Syu
$ sudo pacman -S burg-manager
Cruznick is working on burg-manager version for Archlinux. If you want to collaborate you can find sources into its git repository:
https://github.com/cruznick/arch-burg-manager
To clone sources from git repository (after git installation) you have to execute:
git clone https://github.com/cruznick/arch-burg-manager.git burg-manager
Here you can find patches:
https://github.com/cruznick/patches
To clone pathes folder (after git installation) you have to execute:
git clone https://github.com/cruznick/patches.git patches
Each collaboration is always welcome.