2021-06-03 14:06:06 +01:00
|
|
|
{ buildPecl, lib, pcre2 }:
|
2020-10-11 18:19:01 +01:00
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "pcov";
|
|
|
|
|
2021-03-26 03:36:03 +00:00
|
|
|
version = "1.0.8";
|
|
|
|
sha256 = "sha256-6rbniyxLIHPW/e+eWZN1qS8F1rOB7ld1N8JKUS1geRQ=";
|
2020-10-11 18:19:01 +01:00
|
|
|
|
2021-06-03 14:06:06 +01:00
|
|
|
buildInputs = [ pcre2 ];
|
2020-10-11 18:19:01 +01:00
|
|
|
|
2021-06-08 10:50:05 +01: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 18:19:01 +01:00
|
|
|
}
|