https://github.com/snowfallorg/nixos-appstream-generator
Proof of concept appstream data generator for NixOS
https://github.com/snowfallorg/nixos-appstream-generator
Last synced: about 1 year ago
JSON representation
Proof of concept appstream data generator for NixOS
- Host: GitHub
- URL: https://github.com/snowfallorg/nixos-appstream-generator
- Owner: snowfallorg
- License: mit
- Created: 2022-05-22T01:06:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T23:08:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T12:05:47.737Z (over 1 year ago)
- Language: Rust
- Size: 104 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS Appstream Generator
A small program that iterates over a list of nix packages and extracts appstream data.
```
Generate Appstream data for a given package
USAGE:
nixos-appstream-generator [OPTIONS]
OPTIONS:
-c, --clean Weather to clean nix-store periodically
-d, --data Customization json file
-h, --help Print help information
-l, --list Path to text file with a list of packages to check
-p, --package Package to generate Appstream data for
-V, --version Print version information
```