mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
nim: bump to 1.6.0
This commit is contained in:
committed by
Gerasim Troeglazov
parent
4ee2f2122c
commit
57cf45bd60
@@ -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()
|
||||
Reference in New Issue
Block a user