No description
  • C 86.7%
  • Makefile 13.3%
Find a file
Gleb Popov b1bc5edb8c Actually initialize the "instance" variable.
Sponsored by:	Serenity Cybersecurity, LLC
2024-08-19 10:10:13 +03:00
.gitignore Initial commit. 2023-06-03 11:03:01 +03:00
appstream.c Actually initialize the "instance" variable. 2024-08-19 10:10:13 +03:00
LICENSE Initial commit. 2023-06-03 11:03:01 +03:00
Makefile Only set LIBPKG_CFLAGS if we aren't building from the port 2023-06-04 15:13:32 +03:00
README Initial commit. 2023-06-03 11:03:01 +03:00

This libpkg plugin implements support for handling AppStream metadata.

To enable it make sure it is installed into PKG_PLUGINS_DIR (which is usually
"/usr/local/lib/pkg/") and is listed in the PLUGINS entry of pkg.conf

The plugin fetches a file named AppStreamComponents.xml.gz which is expected to
be present at the repository root. It then places it into
/var/lib/swcatalog/xml/<repository name>-Components.xml.gz location which is
a well-known place for the AppStream-enabled software.