Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.01 KB

PACKAGING.md

File metadata and controls

23 lines (18 loc) · 1.01 KB

Packaging

The following are requirements for a working installation of Hyprshade:

  • Python 3.11+
  • Dependencies: see pyproject.toml's project.dependencies
  • Build dependencies: Hatchling

The following are also recommended:

  • Using python-build and python-installer for building and installation respectively
    • When using a non-standard build or installation method, make sure the data directory is installed properly to ensure the default shaders are available.
  • LICENSE file (destination: /usr/share/licenses/hyprshade/)
  • examples/ directory (destination: /usr/share/hyprshade/)
  • Completions (see Click documentation for how to generate them)

See the Arch Linux PKGBUILD for reference.