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

https://github.com/mohawk2/alien-gimp

Perl5 package to encapsulate installation info for GIMP
https://github.com/mohawk2/alien-gimp

Last synced: about 1 year ago
JSON representation

Perl5 package to encapsulate installation info for GIMP

Awesome Lists containing this project

README

          

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.