/libpamac

Library for Pamac based on libalpm

Primary LanguageValaGNU General Public License v3.0GPL-3.0

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

Installing from source

libpamac uses Meson 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.