/pkgmgr

IPS package management/publishing tool.

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

pkgmgr

Unit Tests

Version: 0.4.5

Date: 2023-05-10

pkgmgr is an IPS package management and publishing tool.

Setup

To build pkgmgr you require perl and gcc packages on your system.

Get a copy of pkgmgr from https://github.com/omniosorg/pkgmgr/releases and unpack it into your scratch directory and cd there.

./configure --prefix=$HOME/opt/pkgmgr
make

Configure will check if all requirements are met and give hints on how to fix the situation if something is missing.

Any missing perl modules will be built and installed into the prefix directory. Your system perl will NOT be affected by this.

To install the application, just run

make install

Configuration

Take a look at the pkgmgr.conf.dist file for inspiration.