Added rpm4 original port

This commit is contained in:
2024-10-11 11:20:25 +02:00
parent 7c770cfb90
commit 6265e3ee84
14 changed files with 510 additions and 0 deletions

8
archivers/rpm4/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
The RPM Package Manager is a powerful command line driven package
management system capable of installing, uninstalling, verifying,
querying, and updating computer software packages. Each software
package consists of an archive of files along with information about
the package like its version, a description, and the like. There
is also a related API ("Application Program Interface"), permitting
advanced developers to bypass 'shelling out' to a command line, and
to manage such transactions from within a native coding language.