You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
Makefile | 4 years ago | |
PKGBUILD | 4 years ago | |
README.md | 4 years ago | |
pamac-url-handler | 4 years ago | |
pamac-url-handler.desktop | 4 years ago | |
pamac-url-handler.install | 4 years ago |
README.md
pamac URL handler package
Install ALPM packages with pamac-installer
from URL scheme x-alpm-package://[aur/]<packagename>
Building the package
Open Terminal and issue the command:
make
To install the package right after the building, use:
make install
To remove just installed package, use:
make remove
To cleanup the project, use:
make clean