22 lines
397 B
Markdown
Raw Permalink Normal View History

2019-08-22 22:07:06 +02:00
# pamac URL handler package
2024-07-14 01:14:16 +05:30
Install ALPM packages with `pamac-installer` or `flatpak` from URL scheme `x-alpm-package://[aur// or flatpak//]<packagename>`
2019-08-22 22:07:06 +02:00
## Building the package
Open Terminal and issue the command:
`make`
2019-08-22 22:08:22 +02:00
To install the package right after the building, use:
2019-08-22 22:07:06 +02:00
`make install`
2019-08-22 22:08:22 +02:00
To remove just installed package, use:
2019-08-22 22:07:06 +02:00
`make remove`
2019-08-22 22:08:22 +02:00
To cleanup the project, use:
2019-08-22 22:07:06 +02:00
`make clean`