Alien-Doxyparse

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

  requires 'Alien::flex';
  requires 'Alien::bison';
  requires 'Alien::cmake3';
  requires 'Alien::m4';
  start_url "https://codeload.github.com/doxygen/doxygen/tar.gz/$doxyparse_version";
  download [ 'wget %{.meta.start_url}' ];
  download [ 'wget --no-check-certificate %{.meta.start_url}' ];
  download [ "curl %{.meta.start_url} -o doxygen-$doxyparse_version.tar.gz" ];
  extract [ 'tar zxf %{.install.download}' ];
  build [
    [ 'cmake -G "Unix Makefiles" -Dbuild_parse=ON -DCMAKE_INSTALL_PREFIX=%{.install.prefix}' . " $cmake_flags" ],
    [ '%{make}' ],
    [ '%{make} install' ],
  ];
};
 
# vim: ft=perl



( run in 0.874 second using v1.01-cache-2.11-cpan-64ef6c95b5d )