NAME

Alien::premake5 - Build or find premake5

SYNOPSIS

use Alien::premake5;
use Env qw( @PATH );

unshift @ENV, Alien::premake5->bin_dir;
my $premake = Alien::premake5->exe;
system $premake, 'gmake';

DESCRIPTION

Premake is a build tool that allows a software project to be described with a single common build script, which can then be used to generate project files for building under a wide variety of build environments.

Alien::premake5 uses Alien::Build to make it easier to use premake in a Perl application or project.

This distribution will find an available version of premake5, or attempt to build one from source.

METHODS

HELPERS

SEE ALSO

CONTRIBUTIONS AND BUG REPORTS

Contributions of any kind are most welcome!

The main repository for this distribution is on Github, which is where patches and bug reports are mainly tracked. Bug reports can also be sent through the CPAN RT system, or by mail directly to the developers at the addresses below, although these will not be as closely tracked.

AUTHOR

ACKNOWLEDGEMENTS

Special thanks to Graham Ollis for his help in the preparation of this distribution.

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by José Joaquín Atria.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.