use alienfile;

plugin 'PkgConfig' => 'expat';

plugin 'Probe::CommandLine' => (
  command   => 'xmlwf',
  args      => '-v',
  secondary => 1,
);

share {
  plugin 'Download::GitHub' => (
    github_user => 'libexpat',
    github_repo => 'libexpat',
    asset       => 1,
  );
  plugin Extract => 'tar.gz';
  plugin 'Build::Autoconf', ffi => 1;
}
