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
- Host: GitHub
- URL: https://github.com/mohawk2/alien-gimp
- Owner: mohawk2
- Created: 2014-12-14T21:11:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T21:44:32.000Z (about 4 years ago)
- Last Synced: 2025-03-27T20:05:28.785Z (about 1 year ago)
- Language: Perl
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.