| File | Date | Author | Commit |
|---|---|---|---|
| build | 2025-08-03 |
|
[fda71d] Moving to source version 3.0 (native) |
| .gitattributes | 2025-07-08 |
|
[38c162] Initial commit |
| LICENSE | 2025-07-08 |
|
[38c162] Initial commit |
| README.md | 2025-08-03 |
|
[221005] Update README.md |
| bootstrap.sh | 2025-08-03 |
|
[fff427] Update bootstrap.sh |
Project Hyprplus is bringing Hyprland packages (Hyprland and its dependencies) to Debian in the form of native .deb packages
All code is taken, and modified, from PikaOS' Git repository. Big thanks to them.
The project will be the base for Repologist.
87%
- [x] Refactoring code (there's a similar bash function in each individual build file)
- [ ] Finding maintainers
- [ ] Creating a GUI/TUI application
- [ ] Adding more support: multiple other hypr* tools, rofi-wayland, wallust and so on
- [ ] Pushing packages to Debian's repositories (once GCC 15 comes to sid)
For GCC 15, refer to this.
For libstdc++15, refer to this.
Installed on default. Don't worry.
Add experimental repos to system repos. Then install GCC 15 (gcc-15) and G++ 15 (g++-15) via APT.
wget https://raw.githubusercontent.com/imchocomint/hyprplus/refs/heads/main/bootstrap.sh
sudo bash ./bootstrap.sh
Should only be used after installing the packages (this is not an install script since without the .deb packages the build process is broken).
git clone https://github.com/imchocomint/hyprplus
cd hyprplus
cd build
sudo ./init.sh
All dependencies are installed in the build scripts
You can delete the rename script on the build script if you want to release on distros.
Thanks!