2021-06-03 13:06:06 +00:00
|
|
|
{ buildPecl, lib, pcre2 }:
|
2020-10-11 17:19:01 +00:00
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "pcov";
|
|
|
|
|
2021-06-08 10:55:53 +00:00
|
|
|
version = "1.0.9";
|
|
|
|
sha256 = "0q2ig5lxzpwz3qgr05wcyh5jzhfxlygkv6nj6jagkhiialng2710";
|
2020-10-11 17:19:01 +00:00
|
|
|
|
2021-06-03 13:06:06 +00:00
|
|
|
buildInputs = [ pcre2 ];
|
2020-10-11 17:19:01 +00:00
|
|
|
|
2021-06-08 09:50:05 +00:00
|
|
|
meta = with lib; {
|
|
|
|
description = "A self contained php-code-coverage compatible driver for PHP.";
|
|
|
|
license = licenses.php301;
|
|
|
|
homepage = "https://github.com/krakjoe/pcov";
|
|
|
|
maintainers = teams.php.members;
|
|
|
|
};
|
2020-10-11 17:19:01 +00:00
|
|
|
}
|