-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.yml
More file actions
22 lines (22 loc) · 670 Bytes
/
package.yml
File metadata and controls
22 lines (22 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : cppunit
version : 1.15.1
release : 5
source :
- https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz : 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
homepage : https://freedesktop.org/wiki/Software/cppunit/
license : LGPL-2.1-or-later
component : programming
summary : A C++ unit testing framework
description: |
A C++ unit testing framework
environment: |
export GCC_IGNORE_WERROR=1
setup : |
%configure_no_runstatedir --disable-static
build : |
%make
install : |
%make_install
check : |
%make check