pamac-url-handler-package/README.md

23 lines
371 B
Markdown
Raw Permalink Normal View History

2019-08-22 20:07:06 +00:00
# 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`
2019-08-22 20:08:22 +00:00
To install the package right after the building, use:
2019-08-22 20:07:06 +00:00
`make install`
2019-08-22 20:08:22 +00:00
To remove just installed package, use:
2019-08-22 20:07:06 +00:00
`make remove`
2019-08-22 20:08:22 +00:00
To cleanup the project, use:
2019-08-22 20:07:06 +00:00
`make clean`
2019-08-22 15:29:29 +00:00