Create script to build and install pacundo.

Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
2024-04-29 18:29:04 +02:00
parent b30dea35b8
commit edd942b91a
3 changed files with 43 additions and 0 deletions

View File

@@ -11,6 +11,14 @@ Dependencies:
- Perl 5
- `File::ReadBackwards` module
- PAR Packager (for compiling)
- GNU Makefile
You can install these packages with the following command:
```console
# pacman -S perl perl-file-readbackwards perl-par-packer
```
## License