#package-manager #lua #configure #allowing #define #command

app pacx

Wrapper for package managers, allowing you to define and configure your package managers in Lua

3 unstable releases

new 0.5.1 Jan 10, 2025
0.5.0 Dec 21, 2024
0.4.0 Dec 6, 2024

#151 in Operating systems

Download history 130/week @ 2024-12-06 7/week @ 2024-12-13 121/week @ 2024-12-20 2/week @ 2024-12-27

260 downloads per month

Apache-2.0

15KB
272 lines

Pacx

Pacx is a wrapper for package managers. It allows you to configure your package managers in Lua and use them in a unified way.

Installation

cargo install pacx

Usage

First, you need to create configuration files for your package managers. Please refer to the wiki for more information.

Then, you can use the pacx command like this:

pacx install <package manager>:<package name>
pacx list <package manager>

Dependencies

~3–15MB
~135K SLoC