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.
 
 
eSh 0ba8795274 Some corrections to README 4 years ago
Makefile Add Makefile 4 years ago
PKGBUILD Initialize 1.0.0-1 version 4 years ago
README.md Some corrections to README 4 years ago
pamac-url-handler Initialize 1.0.0-1 version 4 years ago
pamac-url-handler.desktop Initialize 1.0.0-1 version 4 years ago
pamac-url-handler.install Initialize 1.0.0-1 version 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