Fix dependencies and tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: perl
|
name: perl
|
||||||
description: The Practical Extraction and Report Language
|
description: The Practical Extraction and Report Language
|
||||||
version: 5.38.2
|
version: 5.38.2
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.perl.org/
|
url: https://www.perl.org/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gdbm","glibc","libxcrypt"]
|
depends: ["gdbm","glibc","libxcrypt"]
|
||||||
make_depends: ["bash","binutils","coreutils","gawk","gcc","gdbm","glibc","grep","libxcrypt","make","sed","zlib"]
|
make_depends: ["procps-ng"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ build() {
|
|||||||
# The check function is executed in the source directory
|
# The check function is executed in the source directory
|
||||||
# This function is used to run tests to verify the package has been compiled correctly
|
# This function is used to run tests to verify the package has been compiled correctly
|
||||||
check() {
|
check() {
|
||||||
make test_harness
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user