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
- Host: GitHub
- URL: https://github.com/pkgcraft/pkgcraft-perl
- Owner: pkgcraft
- License: other
- Created: 2022-10-19T04:52:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T12:09:45.000Z (over 1 year ago)
- Last Synced: 2024-11-24T13:19:34.525Z (over 1 year ago)
- Topics: gentoo, perl
- Language: Perl
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/pkgcraft/pkgcraft-perl/actions/workflows/ci.yml)
[](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