47 lines
1.0 KiB
RPMSpec
47 lines
1.0 KiB
RPMSpec
Name: pnpm
|
|
Version: 9.14.2
|
|
Release: 1mamba
|
|
Summary: Fast, disk space efficient package manager
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://pnpm.io/
|
|
Source: https://github.com/pnpm/pnpm.git/v%{version}/pnpm-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: nodejs
|
|
|
|
%description
|
|
Fast, disk space efficient package manager.
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
npm install -g \
|
|
--cache "$PWD/npm-cache" \
|
|
--prefix %{buildroot}%{_prefix} \
|
|
pnpm
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/pnpm
|
|
%{_bindir}/pnpx
|
|
%dir %{_prefix}/lib/node_modules/pnpm
|
|
%{_prefix}/lib/node_modules/pnpm/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Tue Nov 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.14.2-1mamba
|
|
- package created using the webbuild interface
|