You are not logged in.
I just installed archlinux and setup Gnome3 desktop environment.
Can experts provide me with a guide on how to install packages from GitHub site after download them? I search Wiki but couldn't find relevant instruction or it's too complicated for me.
I have Yaourt and Packer, but I want to manually install packages from GitHub because sometimes packages not found under AUR.
Last edited by Lizard (2016-12-13 18:21:41)
Offline
1 - Read the instructions on the GitHub project page for building the software.
2 - Convert these instructions into a PKGBUILD so you can create an Arch package.
3 - Optional - Upload to the AUR so others can benefit from your work.
Read the wiki pages on PKGBUILD's and the AUR to learn how to do the above.
Last edited by Slithery (2016-12-13 18:03:20)
Offline
0 - Search the AUR
Offline
1 - Read the instructions on the GitHub project page for building the software.
2 - Convert these instructions into a PKGBUILD so you can create an Arch package.
3 - Optional - Upload to the AUR so others can benefit from your work.Read the wiki pages on PKGBUILD's and the AUR to learn how to do the above.
so it seem a bit complicated than I thought.
can a newbie with very simple background make this?
Offline
PKGBUILDs are simple bash scripts. Anyone that uses Arch successfully can make them with a bit of effort.
Offline
i will try my luck today, after reading instruction... thank you...solved
Offline
On Sunday there was a class on how to make Arch Linux packages. You can read the logs here. If you know bash scripting, it is not hard at all. Just follow the guidelines on the wiki and the man page for PKGBUILD and take a look at the many packages on the AUR. You should do fine. ![]()
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
On Sunday there was a class on how to make Arch Linux packages. You can read the logs here. If you know bash scripting, it is not hard at all. Just follow the guidelines on the wiki and the man page for PKGBUILD and take a look at the many packages on the AUR. You should do fine.
The link you send is awesome, and it explain the procedure completely. that helped a lot. Thank you with love <3
Offline
By definition there can be no guide. The PKGBUILD is the guide, and without one you get to be the person who writes the guide. ![]()
That is precisely why it is so important for users to help build up the AUR by contributing!
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline