An open API service indexing awesome lists of open source software.

https://github.com/pkgcraft/pkgcraft-perl

Perl bindings for pkgcraft
https://github.com/pkgcraft/pkgcraft-perl

gentoo perl

Last synced: 5 months ago
JSON representation

Perl bindings for pkgcraft

Awesome Lists containing this project

README

          

[![ci](https://github.com/pkgcraft/pkgcraft-perl/workflows/ci/badge.svg)](https://github.com/pkgcraft/pkgcraft-perl/actions/workflows/ci.yml)
[![coverage](https://codecov.io/gh/pkgcraft/pkgcraft-perl/branch/main/graph/badge.svg)](https://codecov.io/gh/pkgcraft/pkgcraft-perl)

# pkgcraft-perl

Perl bindings for pkgcraft.

## Install

To install this module use the following commands:

```
perl Makefile.PL
make
make test
make install
```

## Runtime dependencies

- [pkgcraft-c](https://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcraft-c)
- FFI::CheckLib
- FFI::Platypus