Skip to content

Commit

Permalink
add nodejs-axios-nmsprime SPEC file
Browse files Browse the repository at this point in the history
  • Loading branch information
olebowle committed May 8, 2024
1 parent 5b6841f commit 419087d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions SPECS/nodejs-axios-nmsprime.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: nodejs-axios-nmsprime
Version: 1.6.8
Release: 1
Summary: Promise based HTTP client for the browser and node.js
Group: Applications/Communications
License: MIT
BuildArch: noarch
URL: https://github.com/axios/axios

BuildRequires: npm
Requires: nodejs

%description
Promise based HTTP client for the browser and node.js

%install
CACHE_DIR=$(mktemp -d)
npm install axios --cache "$CACHE_DIR" --loglevel warn --global true --prefix %{buildroot}
rm -rf "$CACHE_DIR"

%files
/lib/node_modules/axios/*

%changelog
* Wed Apr 24 2024 Ole Ernst <ole.ernst@nmsprime.com> - 1.6.8-1
- Initial RPM release

0 comments on commit 419087d

Please sign in to comment.