gitextract_4ym5w6fi/ ├── .github/ │ └── workflows/ │ ├── build-latest.yml │ └── check.yml ├── COPYING ├── README.md ├── common/ │ └── shlibs ├── scripts/ │ ├── build-packages │ ├── clone-and-prepare │ ├── generate-build-order.kts │ ├── index-packages │ ├── push-repository │ ├── set-environment │ ├── sign-packages │ └── version-checker └── srcpkgs/ ├── aquamarine/ │ └── template ├── glaze/ │ └── template ├── hyprcursor/ │ └── template ├── hyprgraphics/ │ └── template ├── hypridle/ │ └── template ├── hyprland/ │ ├── patches/ │ │ └── musl-build-fix.patch │ └── template ├── hyprland-protocols/ │ └── template ├── hyprland-qt-support/ │ └── template ├── hyprland-qtutils/ │ └── template ├── hyprlang/ │ └── template ├── hyprlock/ │ └── template ├── hyprpaper/ │ └── template ├── hyprpolkitagent/ │ └── template ├── hyprsunset/ │ └── template ├── hyprsysteminfo/ │ └── template ├── hyprutils/ │ └── template ├── hyprwayland-scanner/ │ └── template ├── libspng/ │ └── template ├── sdbus-cpp/ │ └── template ├── tomlplusplus/ │ └── template └── xdg-desktop-portal-hyprland/ └── template