[arch-commits] Commit in nodejs/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Dec 20 00:02:19 UTC 2021
Date: Monday, December 20, 2021 @ 00:02:19
Author: felixonmars
Revision: 1079093
archrelease: copy trunk to community-x86_64
Added:
nodejs/repos/community-x86_64/PKGBUILD
(from rev 1079092, nodejs/trunk/PKGBUILD)
nodejs/repos/community-x86_64/rebuild.list
(from rev 1079092, nodejs/trunk/rebuild.list)
Deleted:
nodejs/repos/community-x86_64/PKGBUILD
nodejs/repos/community-x86_64/rebuild.list
--------------+
PKGBUILD | 114 ++++++++++++++++++++++++++++-----------------------------
rebuild.list | 4 +-
2 files changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 00:02:06 UTC (rev 1079092)
+++ PKGBUILD 2021-12-20 00:02:19 UTC (rev 1079093)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos <james.r.campos at gmail.com>
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
-# Contributor: Masutu Subric <masutu.arch at googlemail dot com>
-# Contributor: TIanyi Cui <tianyicui at gmail.com>
-
-pkgname=nodejs
-pkgver=17.2.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz")
-sha512sums=('4f081c8ad22c40dcbb292c7fed3b62b994cbfa3af7f37cac8852ceab565164f2609e2556b2a52f8ff83b0ef4c030925700f89e862be278bf05ac22af91e7c412')
-
-build() {
- cd node-$pkgver
-
- ./configure \
- --prefix=/usr \
- --with-intl=system-icu \
- --without-npm \
- --shared-openssl \
- --shared-zlib \
- --shared-libuv \
- --experimental-http-parser \
- --shared-nghttp2 \
- --shared-cares \
- --shared-brotli
- # --shared-v8
- # --shared-http-parser
-
- make
-}
-
-check() {
- cd node-$pkgver
- make test || :
-}
-
-package() {
- cd node-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -D -m644 LICENSE \
- "$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 1079092, nodejs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-20 00:02:19 UTC (rev 1079093)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos <james.r.campos at gmail.com>
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
+# Contributor: Masutu Subric <masutu.arch at googlemail dot com>
+# Contributor: TIanyi Cui <tianyicui at gmail.com>
+
+pkgname=nodejs
+pkgver=17.3.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz")
+sha512sums=('fbfc347c0f07df1d575b27f660abda97b65f336577797ba56a8837385ddb5fc6d55bf80c95042ff74ad9f4bd12e5188672b8f307a085287db89e1b9fdaba2567')
+
+build() {
+ cd node-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --with-intl=system-icu \
+ --without-npm \
+ --shared-openssl \
+ --shared-zlib \
+ --shared-libuv \
+ --experimental-http-parser \
+ --shared-nghttp2 \
+ --shared-cares \
+ --shared-brotli
+ # --shared-v8
+ # --shared-http-parser
+
+ make
+}
+
+check() {
+ cd node-$pkgver
+ make test || :
+}
+
+package() {
+ cd node-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -D -m644 LICENSE \
+ "$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: rebuild.list
===================================================================
--- rebuild.list 2021-12-20 00:02:06 UTC (rev 1079092)
+++ rebuild.list 2021-12-20 00:02:19 UTC (rev 1079093)
@@ -1,2 +0,0 @@
-apm
-bash-language-server
Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1079092, nodejs/trunk/rebuild.list)
===================================================================
--- rebuild.list (rev 0)
+++ rebuild.list 2021-12-20 00:02:19 UTC (rev 1079093)
@@ -0,0 +1,2 @@
+apm
+bash-language-server
More information about the arch-commits
mailing list