{"id":23406182,"url":"https://github.com/comfysage/cpp-hayashi","last_synced_at":"2025-09-06T15:40:19.844Z","repository":{"id":119415470,"uuid":"552765549","full_name":"comfysage/cpp-hayashi","owner":"comfysage","description":"🌱 a tiny distro-independent package manager in C++.","archived":false,"fork":false,"pushed_at":"2023-01-02T13:15:24.000Z","size":91,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-22T13:32:11.557Z","etag":null,"topics":["cpp","package-manager"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/comfysage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-17T07:38:50.000Z","updated_at":"2024-08-12T18:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfa6efe6-736b-4d4d-bfcd-dc75e40d0cc6","html_url":"https://github.com/comfysage/cpp-hayashi","commit_stats":null,"previous_names":["comfysage/cpp-hayashi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fcpp-hayashi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fcpp-hayashi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fcpp-hayashi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fcpp-hayashi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comfysage","download_url":"https://codeload.github.com/comfysage/cpp-hayashi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238888072,"owners_count":19547367,"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":["cpp","package-manager"],"created_at":"2024-12-22T13:31:49.330Z","updated_at":"2025-02-14T18:22:20.031Z","avatar_url":"https://github.com/comfysage.png","language":"C++","readme":"# hayashi\n\n:seedling: a tiny distro-independent package manager in C++.\n\n## Usage\n\n### Pkg Config\n\nA pkg is defined in an ini file at one of the [collections](#collections) in `~/.hayashi/pkg/`.\n\n```ini\n[pkg]\nname=pkg_name\ndescription=description\nurl=git_url\n\n[script]\ninstall=install_script\nupdate=update_script\nremove=remove_script\n```\n\n\u003e white space is ignored\n\n### Installing a pkg\n\nInstall pkg defined in `~/.hayashi/pkg/`:\n\n    $ hayashi add pkg_name\n\n\u003e This will search for a [pkg config](#pkg-config), clone the git repo and run the install script.\n\n### Adding a pkg config\n\nAdd a pkg config at `~/.hayashi/pkg/custom/pkg_name.ini`:\n\n    $ hayashi pkg add pkg_name\n\nYou can also specify a git url for the pkg:\n\n    $ hayashi pkg add pkg_name git_url\n\n### Removing a pkg config\n\n    $ hayashi pkg remove pkg_name\n\n### Showing info about a pkg\n\n\t$ hayashi show pkg_name\n\n### Updating a pkg\n\n    $ hayashi update pkg_name\n\n## Installation\n\n### Building from source\n\n\t$ cd ~/\n    $ git clone --depth 1 https://github.com/CrispyBaccoon/hayashi.git\n    $ cd ~/hayashi\n    $ make \u0026\u0026 sudo make install\n    $ make config\n\n## Configured packages\n\n### Collections\n\nPackages are stored in collections. Hayashi includes some base packages in the core collection.\n\n### Core packages\n\nThere are multiple packages included in the repo.\n- [cbonsai](https://gitlab.com/jallbrit/cbonsai). a bonsai tree generator written in C.\n- [neovim](https://github.com/neovim/neovim). Vim-fork focused on extensibility and usability.\n- [fzf](https://github.com/junegunn/fzf). a general-purpose command-line fuzzy finder.\n- [bat](https://github.com/sharkdp/bat). A cat(1) clone with wings.\n- [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh). A delightful framework for managing your zsh configuration.\n- [vim-plug](https://github.com/junegunn/vim-plug). A minimalist Vim plugin manager.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfysage%2Fcpp-hayashi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomfysage%2Fcpp-hayashi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfysage%2Fcpp-hayashi/lists"}