Alien-FontForge

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

	if ( exists $ENV{MSYSTEM} ) {
		plugin 'Extract::ArchiveZip' => $ext;
	} else {
		plugin 'Extract::CommandLine' => $ext;
	}

	patch sub {
		my($splinefont_h) = Path::Tiny->new('fontforge/splinefont.h');

		if( $^O eq 'darwin' ) {
			$splinefont_h->edit_lines(sub {
				s{\Q#include "locale.h"\E}{#include <locale.h>\n#include <xlocale.h>\n}g;
			});
		}
	};

	plugin 'Build::Autoconf' => ();


	if( exists $ENV{MSYSTEM} ) {
		# Need for call to `autoreconf` in `./bootstrap`.



( run in 0.981 second using v1.01-cache-2.11-cpan-de7293f3b23 )