# Description: Evented I/O for V8 javascript # URL: https://nodejs.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: samurai c-ares libuv nghttp2 nghttp3 name=nodejs version=25.0.0 release=1 source=(https://${name}.org/dist/v${version}/node-v${version}.tar.xz 0001-no-libatomic.patch unbundle-uv.patch) build() { cd node-v${version} patch -Np1 -i ../0001-no-libatomic.patch patch -Np1 -i ../unbundle-uv.patch ./configure \ --prefix=/usr \ --shared-cares \ --shared-libuv \ --shared-nghttp2 \ --shared-nghttp3 \ --shared-zlib \ --with-intl=system-icu \ --shared-openssl \ --ninja make make DESTDIR=$PKG install }