Alien-LibJQ

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

   command   => 'curl',
);
plugin 'Probe::CommandLine' => (
   command   => 'wget',
   secondary => 1,
);

share {
   # github release download page changed, stick with jq-1.6 for now
   # start_url 'https://github.com/stedolan/jq/releases/';
   start_url 'https://github.com/stedolan/jq/releases/expanded_assets/jq-1.6';
   # china mirror
   #start_url 'https://hub.fastgit.org/stedolan/jq/releases/';
   plugin Download => (
      filter  => qr/^jq-.+?\.tar\.gz$/,
      version => qr/[0-9\.]+/,
   );
   plugin Extract => 'tar.gz';
   plugin 'Build::CMake';
   build [
      # pitch in required cmake stuff



( run in 1.495 second using v1.01-cache-2.11-cpan-5b529ec07f3 )