Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Arnott <arnottcr@gmail.com>2016-01-01 02:46:02 +0300
committerColin Arnott <arnottcr@gmail.com>2016-01-01 02:55:21 +0300
commitdc7e18b9663fb1a8306d15609b10d882be19fcce (patch)
tree0caaa616a2cce95f5735e2d36a2df672d14e9a0f
parent26f20352f024e55a9c5bada1b1b91c95d60021e7 (diff)
added Arch Linux AUR build instructions
-rw-r--r--skypeweb/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 73de6a3..85459f2 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -52,6 +52,27 @@ To install do:
sudo dpkg -i skypeweb-0.1.0-Linux.deb
```
+
+Building AUR package for Arch Linux
+----------
+[AUR Package Site](https://aur.archlinux.org/packages/purple-skypeweb)
+First you will need to get the [build deps](https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites) unless you already have them
+```
+# pacman -S --needed base-devel
+```
+Next, clone the package's [AUR git repo](https://aur.archlinux.org/purple-skypeweb.git)
+```
+$ git clone https://aur.archlinux.org/purple-skypeweb.git
+```
+Finally, [build and install](https://wiki.archlinux.org/index.php/Arch_User_Repository#Build_and_install_the_package)
+```
+$ cd purple-skypeweb
+$ makepkg -sri
+```
+
+For more information about the Arch User Repository and how installs work, documentation can be found on the [ArchWiki AUR Page](https://wiki.archlinux.org/index.php/AUR)
+
+
Contact me
----------
I (Eion) normally hang out on Freenode in #pidgin (irc://chat.freenode.net/pidgin) or you can Skype me (skype:bigbrownchunx) directly or send me [an email](mailto:eionrobb+skype%40gmail.com) or [open an issue](https://github.com/EionRobb/skype4pidgin/issues/new) if you prefer. I'm always happy to hear from you :)