Alien-Google-GRPC

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

        cd ../../
        make clean
USE_A_SHELL
    ' ],
  ];

  gather [
    # Trust the force.
    # Automagic will rewrite your path.
    [ 'echo "1.4.1"', \'%{.runtime.version}' ],
    [ 'echo "-L%{.install.prefix}/lib -lgrpc -lgrpc++ -lprotobuf -lpthread"', \'%{.runtime.libs}'    ],
    [ 'echo "-I%{.install.prefix}/include -pthread"', \'%{.runtime.cflags}'    ],
  ];

};

sys {
  gather [
    [ 'pkg-config --modversion  grpc++', \'%{.runtime.version}' ],
    [ 'pkg-config --cflags grpc grpc++  protobuf', \'%{.runtime.cflags}'  ],
    [ 'pkg-config --libs   grpc grpc++  protobuf', \'%{.runtime.libs}'    ],
  ];



( run in 0.633 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )