pkgsrc/textproc/ruby-simplecov_json_formatter/Makefile
taca 744e4210ce textproc/ruby-simplecov_json_formatter: add version 0.1.2
Add ruby-simplecov_json_formatter package version 0.1.2.


JSON formatter for SimpleCov

Generates a formatted JSON report of your SimpleCov ruby code coverage
results on ruby 2.4+.  Originally intended to add simplecov's results
reading capacity to CI tools.
2021-01-12 01:19:15 +00:00

14 lines
361 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/01/12 01:19:15 taca Exp $
DISTNAME= simplecov_json_formatter-0.1.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/fede-moya/simplecov_json_formatter
COMMENT= JSON formatter for SimpleCov
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"