Alien-premake5
view release on metacpan or search on metacpan
: Path::Tiny::path( $build->install_prop->{extract} )
->child($executable);
# premake5 makefiles do not define an install target
my $bindir = Path::Tiny::path( $build->install_prop->{prefix}, 'bin' );
$bindir->mkpath;
my $target = $bindir->child($executable);
$binary->copy($target);
$target->chmod(0755);
$build->runtime_prop->{command} = $target->basename;
};
};
requires 'Capture::Tiny';
gather sub {
my ($build) = @_;
( run in 0.534 second using v1.01-cache-2.11-cpan-496ff517765 )