https://github.com/manjaro/libpamac
Library for Pamac based on libalpm
https://github.com/manjaro/libpamac
linux package-management
Last synced: 4 months ago
JSON representation
Library for Pamac based on libalpm
- Host: GitHub
- URL: https://github.com/manjaro/libpamac
- Owner: manjaro
- License: gpl-3.0
- Created: 2024-09-15T09:12:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-12T10:21:05.000Z (7 months ago)
- Last Synced: 2025-12-13T22:59:46.512Z (7 months ago)
- Topics: linux, package-management
- Language: Vala
- Homepage:
- Size: 3.25 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Library for Pamac package manager based on libalpm
#### Features
- Optional AUR support
- Optional Appstream support
- Optional Flatpak support
- Optional Snap support
- Library usable in Vala, C, C++, Python, Javascript and all languages supporting [GObject Introspection](https://gi.readthedocs.io/en/latest/users.html)
#### Installing from source
libpamac uses [Meson](http://mesonbuild.com/index.html) build system.
In the source directory run:
`mkdir builddir && cd builddir`
`meson setup --prefix=/usr --sysconfdir=/etc -Denable-aur=true -Denable-appstream=true -Denable-snap=true -Denable-flatpak=true --buildtype=release`
`meson compile`
`sudo meson install`
#### Translation
If you want to contribute in Pamac translations, use [Transifex](https://www.transifex.com/manjarolinux/manjaro-pamac).