mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
parent
b7689911dd
commit
cf0ecfa997
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=9.1.0
|
version=9.4.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
hostmakedepends="pkg-config python $(vopt_if icu icu)"
|
hostmakedepends="pkg-config python $(vopt_if icu icu)"
|
||||||
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
|
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
|
||||||
|
@ -12,9 +12,10 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nodejs.org/"
|
homepage="https://nodejs.org/"
|
||||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||||
checksum=42dc9f4fe1db689284d5e848963a4f9af1f5092a9a167a890ccd88dcd6fd51df
|
checksum=240733d272c87d593bf807618db73ef9682a6b765ed9911c05ea3ab6e221a967
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu"
|
build_options="ssl libuv http_parser icu"
|
||||||
|
desc_option_ssl="Enable shared libressl"
|
||||||
desc_option_libuv="Enable shared libuv"
|
desc_option_libuv="Enable shared libuv"
|
||||||
desc_option_http_parser="Enable shared http-parser"
|
desc_option_http_parser="Enable shared http-parser"
|
||||||
desc_option_icu="Enable shared icu"
|
desc_option_icu="Enable shared icu"
|
||||||
|
|
Loading…
Add table
Reference in a new issue