You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a task that builds & installs packages from AUR. Let's take for example that I'd like to install sublime-text-dev package and it's only available on the AUR.
Steps to achieve that would require this:
clone the repo in a temporary location
build the package makepkg -p PKGBUILD inside the repo
after the archive is build, pacman -U /home/user/ceofhack-0.6-1-x86_64.pkg.tar.gz
I see no reason to install this one from AUR, instead of just pulling it directly from https://www.sublimetext.com/3 and untar it to /opt/sublime_text (how we do'it now).
Create a task that builds & installs packages from AUR. Let's take for example that I'd like to install
sublime-text-dev
package and it's only available on the AUR.Steps to achieve that would require this:
makepkg -p PKGBUILD
inside the repopacman -U /home/user/ceofhack-0.6-1-x86_64.pkg.tar.gz
Additionally tag 🏷️ the task for extensive usage.
Resources
The text was updated successfully, but these errors were encountered: