mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
cc231266f0
commit
9770bd9b33
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
gmpxx_package() {
|
gmpxx_package() {
|
||||||
short_desc+=" - C++ support"
|
short_desc+=" - C++ support"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue