Skip to content

mohawk2/Alien-Gimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    Alien::Gimp - Encapsulate install info for GIMP

SYNOPSIS
      # Gimp/Makefile.PL
      use ExtUtils::Depends;
      my $pkg = ExtUtils::Depends->new(qw(Gimp Alien::Gimp)); # GIMP config info

      use Alien::Gimp;
      say Alien::Gimp->gimpplugindir;

DESCRIPTION
    Use in your Makefile.PL as above. Produces config info usable via
    ExtUtils::Depends.

    Available methods:

  gimp
    The path of the GIMP executable.

  gimptool
    The path of the gimptool executable.

  gimpplugindir
    The path of the GIMP plug-in directory.

AUTHOR
    Ed J

SEE ALSO
    Gimp, ExtUtils::Depends.

About

Perl5 package to encapsulate installation info for GIMP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages