{"id":21447833,"url":"https://github.com/beatussum/eselect-hypr-dotfiles","last_synced_at":"2025-03-17T01:45:58.649Z","repository":{"id":245550035,"uuid":"817361324","full_name":"beatussum/eselect-hypr-dotfiles","owner":"beatussum","description":"Manage Hyprland dotfiles via eselect","archived":false,"fork":false,"pushed_at":"2024-07-19T18:05:11.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-23T11:42:53.502Z","etag":null,"topics":["eselect","gentoo","hyprland"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beatussum.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-19T14:40:53.000Z","updated_at":"2024-07-19T18:05:15.000Z","dependencies_parsed_at":"2024-06-22T18:45:50.461Z","dependency_job_id":"e514ea46-efe7-4cb5-8e4a-0a3e660b60d4","html_url":"https://github.com/beatussum/eselect-hypr-dotfiles","commit_stats":null,"previous_names":["beatussum/eselect-hypr-dotfiles"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Feselect-hypr-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Feselect-hypr-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Feselect-hypr-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Feselect-hypr-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beatussum","download_url":"https://codeload.github.com/beatussum/eselect-hypr-dotfiles/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960427,"owners_count":20375101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eselect","gentoo","hyprland"],"created_at":"2024-11-23T03:12:21.172Z","updated_at":"2025-03-17T01:45:58.628Z","avatar_url":"https://github.com/beatussum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eselect-hypr-dotfiles\n\n[![License](https://img.shields.io/github/license/beatussum/eselect-hypr-dotfiles)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/beatussum/eselect-hypr-dotfiles)](https://github.com/beatussum/eselect-hypr-dotfiles/releases/)\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/beatussum/eselect-hypr-dotfiles/run-tests.yml)](https://github.com/beatussum/eselect-hypr-dotfiles/actions/workflows/run-tests.yml/)\n[![codecov](https://codecov.io/gh/beatussum/eselect-hypr-dotfiles/graph/badge.svg)](https://codecov.io/gh/beatussum/eselect-hypr-dotfiles/)\n\n## Table of contents\n\n- [What is `eselect hypr-dotfiles`?](#what-is-eselect-hypr-dotfiles)\n\n- [Building](#building)\n    - [Dependencies](#dependencies)\n    - [Building process](#building-process)\n\n- [Licenses](#licenses)\n\n## What is `eselect hypr-dotfiles`?\n\n[**`eselect hypr-dotfiles`**](https://github.com/beatussum/eselect-hypr-dotfiles/) is an [`eselect`](https://wiki.gentoo.org/wiki/Project:Eselect) module for managing [Hyprland](https://hyprland.org/) dotfiles (licensed under GPL-3 or any later version).\n\n## Building\n\n### Dependencies\n\n- `dev-util/kcov`: only needed for coverage.\n- `dev-util/shellspec`[^1]: only needed for testing and coverage.\n- `dev-vcs/git`: only needed for building.\n\nAll other dependencies are already included in **@system**.\n\n### Building process\n\n1. Clone the repository.\n\n    ```sh\n    git clone \"https://github.com/beatussum/eselect-hypr-dotfiles.git\"\n    ```\n\n1. **(optional)** Test the program.\n\n    ```sh\n    make -C eselect-hypr-dotfiles test\n    ```\n\n    The JUnit report file is at `build/report/results_junit.xml`.\n\n1. **(optional)** Compute code coverage.\n\n    ```sh\n    make -C eselect-hypr-dotfiles coverage\n    ```\n\n    The output files are in `build/coverage/`.\n\n1. Install the program.\n\n    ```sh\n    sudo make -C eselect-hypr-dotfiles DESTDIR=\u003cDESTDIR\u003e PREFIX=\u003cPREFIX\u003e install\n    ```\n\n## Licenses\n\nAs 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](copyright) file in [the Debian `debian/copyright` file format](https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/).\n\n[^1]: You can emerge this package by using [my personnal overlay](https://github.com/beatussum/beatussum-overlay/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatussum%2Feselect-hypr-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeatussum%2Feselect-hypr-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatussum%2Feselect-hypr-dotfiles/lists"}