From 642ef54c01004628a665a1568baaf582d040fb54 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 19 Jan 2022 15:05:31 +0800 Subject: [PATCH] import nodejs.yaml for nodejs-1.16 Signed-off-by: Zhao Hang --- README.md | 0 nodejs.yaml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) delete mode 100644 README.md create mode 100644 nodejs.yaml diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/nodejs.yaml b/nodejs.yaml new file mode 100644 index 0000000..64aa0be --- /dev/null +++ b/nodejs.yaml @@ -0,0 +1,71 @@ +document: modulemd +version: 2 +data: + name: nodejs + stream: "16" + summary: Javascript runtime + description: >- + Node.js is a platform built on Chrome's JavaScript runtime + for easily building fast, scalable network applications. + Node.js uses an event-driven, non-blocking I/O model that + makes it lightweight and efficient, perfect for data-intensive + real-time applications that run across distributed devices. + license: + module: + - MIT + content: + - MIT + - MIT and ASL 2.0 and ISC and BSD + dependencies: + - buildrequires: + platform: [an8.5.0] + requires: + platform: [an8] + references: + community: http://nodejs.org + documentation: http://nodejs.org/en/docs + tracker: https://github.com/nodejs/node/issues + profiles: + common: + rpms: + - nodejs + - npm + development: + rpms: + - nodejs + - nodejs-devel + - npm + minimal: + rpms: + - nodejs + s2i: + rpms: + - nodejs + - npm + - nodejs-nodemon + api: + rpms: + - nodejs + - nodejs-devel + - npm + buildopts: + rpms: + macros: > + %_with_bootstrap 1 + components: + rpms: + nodejs-packaging: + rationale: RPM Macros and Utilities for Node.js Packaging + buildorder: 10 + ref: a8-nodejs-stream-16 + arches: [aarch64, i686, ppc64le, s390x, x86_64] + nodejs: + rationale: Javascript runtime and npm package manager. + buildorder: 100 + ref: a8-nodejs-stream-16 + arches: [aarch64, i686, ppc64le, s390x, x86_64] + nodejs-nodemon: + rationale: Simple monitor script for use during development of a node.js app + buildorder: 200 + ref: a8-nodejs-stream-16 + arches: [aarch64, i686, ppc64le, s390x, x86_64] -- Gitee