Skip to content

linuxdeploy/linuxdeploy-plugin-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linuxdeploy-plugin-perl

Perl plugin for linuxdeploy. Sets up a relocatable-perl environment inside an AppDir, and installs user-specified packages.

Usage

# get linuxdeploy and linuxdeploy-plugin-perl (see below for more information)
> [...]
# configure environment variables which control the plugin's behavior
> export CPAN_PACKAGES=mypackage;myotherpackage
# call through linuxdeploy
> ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin perl --output appimage [...]

There are many variables available to alter the behavior of the plugin. The current list can be obtained by calling the plugin with --help.

About

Plugin for https://github.com/linuxdeploy/linuxdeploy that sets up a relocatable Perl environment within an AppDir.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages