Date: Saturday, June 4, 2022 @ 19:57:29
Author: archange
Revision: 1222342
archrelease: copy trunk to community-x86_64
Added:
nodejs-lts-gallium/repos/community-x86_64/PKGBUILD
(from rev 1222340, nodejs-lts-gallium/trunk/PKGBUILD)
Deleted:
nodejs-lts-gallium/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 117 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-04 19:57:25 UTC (rev 1222341)
+++ PKGBUILD 2022-06-04 19:57:29 UTC (rev 1222342)
@@ -1,58 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Felix Yan <[email protected]>
-
-pkgname=nodejs-lts-gallium
-pkgver=16.15.0
-pkgrel=1
-pkgdesc="Evented I/O for V8 javascript (LTS release: Gallium)"
-arch=(x86_64)
-url="https://nodejs.org/"
-license=(MIT)
-depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
-makedepends=(python procps-ng)
-optdepends=('npm: nodejs package manager')
-options=(!lto)
-provides=("nodejs=$pkgver")
-conflicts=(nodejs)
-source=(${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz)
-# https://nodejs.org/download/release/latest-gallium/SHASUMS256.txt.asc
-sha256sums=(a0f812efc43f78321eca08957960a48f5e6bf97004d5058c8dd3b03c646ea4f7)
-validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins
<[email protected]>
- 77984A986EBC2AA786BC0F66B01FBB92821C587A # Gibson Fahnestock
<[email protected]>
- B9AE9905FFD7803F25714661B63B535A4C206CA9 # Evan Lucas
<[email protected]>
- DD8F2338BAE7501E3DD5AC78C273792F7D83545D # Rod Vagg
<[email protected]>
- B9E2F5981AA6E0CD28160D9FF13993A75599653C # Shelley Vohr
<[email protected]>
- 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs
<[email protected]>
- C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
<[email protected]>
- 74F12602B6F1C4E913FAA37AD3A89613643B6201) # Danielle Adams
<[email protected]>
-
-build() {
- cd node-v${pkgver}
-
- ./configure \
- --prefix=/usr \
- --with-intl=system-icu \
- --without-npm \
- --shared-openssl \
- --shared-zlib \
- --shared-libuv \
- --experimental-http-parser \
- --shared-cares \
- --shared-brotli \
- --shared-nghttp2
- # --shared-v8
- # --shared-http-parser
-
- make
-}
-
-check() {
- cd node-v${pkgver}
- make test-only
-}
-
-package() {
- cd node-v${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: nodejs-lts-gallium/repos/community-x86_64/PKGBUILD (from rev 1222340,
nodejs-lts-gallium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-04 19:57:29 UTC (rev 1222342)
@@ -0,0 +1,59 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+
+pkgname=nodejs-lts-gallium
+pkgver=16.15.1
+pkgrel=1
+pkgdesc="Evented I/O for V8 javascript (LTS release: Gallium)"
+arch=(x86_64)
+url="https://nodejs.org/"
+license=(MIT)
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
+makedepends=(python procps-ng)
+optdepends=('npm: nodejs package manager')
+options=(!lto)
+provides=("nodejs=$pkgver")
+conflicts=(nodejs)
+source=(${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz)
+# https://nodejs.org/download/release/latest-gallium/SHASUMS256.txt.asc
+sha256sums=(d4e99d3c1f69711109a67525571058e6009cddbc228e7d723b8fb4a454169b7d)
+validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins
<[email protected]>
+ 77984A986EBC2AA786BC0F66B01FBB92821C587A # Gibson Fahnestock
<[email protected]>
+ B9AE9905FFD7803F25714661B63B535A4C206CA9 # Evan Lucas
<[email protected]>
+ DD8F2338BAE7501E3DD5AC78C273792F7D83545D # Rod Vagg
<[email protected]>
+ B9E2F5981AA6E0CD28160D9FF13993A75599653C # Shelley Vohr
<[email protected]>
+ 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs
<[email protected]>
+ C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
<[email protected]>
+ 74F12602B6F1C4E913FAA37AD3A89613643B6201 # Danielle Adams
<[email protected]>
+ 61FC681DFB92A079F1685E77973F295594EC4689) # Juan José Arboleda
<[email protected]>
+
+build() {
+ cd node-v${pkgver}
+
+ ./configure \
+ --prefix=/usr \
+ --with-intl=system-icu \
+ --without-npm \
+ --shared-openssl \
+ --shared-zlib \
+ --shared-libuv \
+ --experimental-http-parser \
+ --shared-cares \
+ --shared-brotli \
+ --shared-nghttp2
+ # --shared-v8
+ # --shared-http-parser
+
+ make
+}
+
+check() {
+ cd node-v${pkgver}
+ make test-only
+}
+
+package() {
+ cd node-v${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}