]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
pakfire: Add getmetadata function
authorRobin Roevens <robin.roevens@disroot.org>
Thu, 28 Jul 2022 11:21:35 +0000 (13:21 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 28 Jul 2022 13:44:29 +0000 (13:44 +0000)
commit2be67e384101f152b37b4bfc6dc1927414021d66
treec758184ca227bd86fd3340d667bb8703d4875f35
parente360a9cb136ba5d79bc89f20b48c4e6b360b3502
pakfire: Add getmetadata function

- Added new getmetadata function for easy access to all available
  metadata of a pak without knowledge about or need to parse
  pakfire internal db files.
- Added new 'pakfire info' functionality for displaying all available
  metadata of (a) pak(s) to the user, using the new getmetadata.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
src/pakfire/lib/functions.pl
src/pakfire/pakfire