nim: bump to 1.6.0

This commit is contained in:
exstrim401
2021-11-16 12:08:27 +00:00
committed by Gerasim Troeglazov
parent 4ee2f2122c
commit 57cf45bd60

View File

@@ -15,7 +15,7 @@ LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://nim-lang.org/download/nim-$portVersion.tar.xz"
SOURCE_DIR="nim-$portVersion"
CHECKSUM_SHA256="0fbc0f9282cffe85de99bc47bfa876525b9ddda2a2eae55c185a08804b98d3bd"
CHECKSUM_SHA256="52065d48d72a72702ec1afe5f7a9831e11673531e279cdff9caec01a07eec63d"
ADDITIONAL_FILES="
config.nims
nim.rdef.in
@@ -59,9 +59,12 @@ PROVIDES_doc="
nim_doc = $portVersion
"
# git and NodeJS are for js docs
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libpcre$secondaryArchSuffix >= 1
cmd:git
cmd:node >= 16
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
@@ -71,6 +74,7 @@ BUILD_PREREQUIRES="
TEST_REQUIRES="
lib:libcrypto$secondaryArchSuffix
lib:libgc$secondaryArchSuffix
cmd:node >= 16
"
BUILD()