1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Cppunit",
"description": "Unit testing framework for C++",
"url": "https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz",
"mirror": null,
"homepage": "https://wiki.freedesktop.org/www/Software/cppunit/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.14.0",
"file": "cppunit.rb"
}
|