pamac-url-handler-package/README.md

22 lines
397 B
Markdown
Raw Normal View History

2019-08-22 20:07:06 +00:00
# pamac URL handler package
2024-07-13 19:44:16 +00:00
Install ALPM packages with `pamac-installer` or `flatpak` from URL scheme `x-alpm-package://[aur// or flatpak//]<packagename>`
2019-08-22 20:07:06 +00:00
## 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`