diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..16963fc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +nodejs dependencies +==================== + +build dependencies calculated by brt_dep_solver +----------------------------------------------- +compat-openssl10 +gcc +icu + +runtime dependencies calculated by brt_dep_solver +------------------------------------------------- diff --git a/dead.package b/dead.package deleted file mode 100644 index 5f8adfb..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Master branch is not used for modules diff --git a/nodejs.yaml b/nodejs.yaml new file mode 100644 index 0000000..d348ffe --- /dev/null +++ b/nodejs.yaml @@ -0,0 +1,59 @@ +--- +document: modulemd +version: 2 +data: + 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 + dependencies: + - buildrequires: + platform: [-el8] + requires: + platform: [-el8] + references: + community: http://nodejs.org + documentation: http://nodejs.org/en/docs + tracker: https://github.com/nodejs/node/issues + profiles: + default: + rpms: + - nodejs + - npm + development: + rpms: + - nodejs + - nodejs-devel + - npm + minimal: + rpms: + - nodejs + api: + rpms: + - nodejs + - nodejs-devel + - npm + components: + rpms: + libuv: + rationale: Platform abstraction layer for Node.js + ref: 1 + buildorder: 0 + http-parser: + rationale: Needed for parsing HTTP requests + ref: rawhide + buildorder: 0 + nghttp2: + rationale: Needed for HTTP2 support + ref: rawhide + buildorder: 0 + nodejs: + rationale: Javascript runtime and npm package manager. + ref: 10 + buildorder: 10 +... diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29