Compare commits
7
Commits
f38d5c92aa
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c45c512822
|
||
|
|
19188df4dd
|
||
|
|
66a5b5701a
|
||
|
|
3ca44f9364
|
||
|
|
af3ea0f34b
|
||
|
|
9756586155
|
||
|
|
ad4d115d53
|
+3
-2
@@ -1,2 +1,3 @@
|
||||
# Exclude bpm archives
|
||||
*.bpm
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
|
||||
+5
-3
@@ -1,9 +1,11 @@
|
||||
name: doxygen
|
||||
description: Documentation generator tool
|
||||
version: 1.15.0
|
||||
revision: 2
|
||||
version: 1.18.0
|
||||
revision: 1
|
||||
url: https://www.doxygen.nl/
|
||||
license: GPL2-or-later
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
@@ -27,4 +29,4 @@ downloads:
|
||||
- url: https://github.com/doxygen/doxygen/archive/refs/tags/Release_${BPM_PKG_VERSION//./_}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: b2a79d92a934d4dcda2bb0006e65adbabfcfe83343e024d5f598ff3a62c23dda
|
||||
checksum: b32a3def78b0b75a2fd74ee6a63fb4a79cb6273fe31a570362e4e1871fa446da
|
||||
@@ -1,4 +1,4 @@
|
||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
@@ -22,7 +22,8 @@ build() {
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
ctest --test-dir build
|
||||
# Skip cite test as we are missing some required dependencies for it
|
||||
ctest --test-dir build -E 012_cite
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
Reference in New Issue
Block a user