eselect hypr-dotfiles
is an eselect
module for managing Hyprland dotfiles (licensed under GPL-3 or any later version).
dev-util/kcov
: only needed for coverage.dev-util/shellspec
1: only needed for testing and coverage.dev-vcs/git
: only needed for building.
All other dependencies are already included in @system.
-
Clone the repository.
git clone "https://github.com/beatussum/eselect-hypr-dotfiles.git"
-
(optional) Test the program.
make -C eselect-hypr-dotfiles test
The JUnit report file is at
build/report/results_junit.xml
. -
(optional) Compute code coverage.
make -C eselect-hypr-dotfiles coverage
The output files are in
build/coverage/
. -
Install the program.
sudo make -C eselect-hypr-dotfiles DESTDIR=<DESTDIR> PREFIX=<PREFIX> install
As explained above, the code of this software is licensed under GPL-3 or any later version. Details of the rights applying to the various third-party files are described in the copyright file in the Debian debian/copyright
file format.
Footnotes
-
You can emerge this package by using my personnal overlay. ↩