{"id":15694447,"url":"https://github.com/gamemaker1/yeet","last_synced_at":"2025-05-08T21:15:40.150Z","repository":{"id":115226090,"uuid":"377124688","full_name":"gamemaker1/yeet","owner":"gamemaker1","description":"A minimalistic pacman wrapper written in bash","archived":false,"fork":false,"pushed_at":"2024-04-26T05:36:39.000Z","size":850,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-05-08T21:15:35.678Z","etag":null,"topics":["arch","arch-linux","arch-linux-aur","arch-linux-packages","arch-linux-pacman","arch-linux-pkg","aur-helper","pacman","yeet"],"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/gamemaker1.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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,"publiccode":null,"codemeta":null}},"created_at":"2021-06-15T10:33:01.000Z","updated_at":"2024-12-22T11:25:39.000Z","dependencies_parsed_at":"2024-04-26T06:31:24.071Z","dependency_job_id":"00d23216-fb9b-49a6-9b4b-67ef666163e1","html_url":"https://github.com/gamemaker1/yeet","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemaker1%2Fyeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemaker1%2Fyeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemaker1%2Fyeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemaker1%2Fyeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamemaker1","download_url":"https://codeload.github.com/gamemaker1/yeet/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149619,"owners_count":21861740,"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":["arch","arch-linux","arch-linux-aur","arch-linux-packages","arch-linux-pacman","arch-linux-pkg","aur-helper","pacman","yeet"],"created_at":"2024-10-03T18:58:39.188Z","updated_at":"2025-05-08T21:15:40.126Z","avatar_url":"https://github.com/gamemaker1.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg height=\"250\" src=\"assets/media/preview.png\"\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\n  \u003ccode\u003eyeet\u003c/code\u003e\n\u003c/h1\u003e\n\n\u003e a beautiful, easy-to-use aur helper and pacman wrapper, inspired by\n\u003e [several](https://aur.archlinux.org/pikaur)\n\u003e [amazing](https://aur.archlinux.org/pacaur)\n\u003e [projects](https://aur.archlinux.org/paru).\n\n## installation\n\n### aur\n\nIf you already have an\n[`aur` helper](https://wiki.archlinux.org/title/aur_helpers) installed, you can\ninstall `yeet` from [`aur`](https://aur/archlinux.org/packages/yeet).\n\n### install script\n\nThe script will perform the steps given in the\n[manual installation section](#manual) for you. run the following in your\nterminal:\n\n```bash\n\u003e curl -sL https://raw.github.com/gamemaker1/yeet/develop/assets/package/install | bash\n```\n\n### manual\n\nperforming a manual installation requires the following packages:\n\n- [`git`](https://aur.archlinux.org/git)\n- [`base-devel`](https://aur.archlinux.org/base-devel)\n\nto perform the installation, run the following in your terminal:\n\n```\n\u003e git clone \\\n\t--depth=1 --branch=stable \\\n\thttps://github.com/gamemaker1/yeet.git yeet\n\u003e cd yeet \u0026\u0026 make install\n```\n\n## usage\n\n`yeet` aims to be a beautiful, easy to use, and minimal aur helper + pacman\nwrapper. it:\n\n- can search for a package; and then install it (`yeet \u003csearch terms\u003e`)\n- can install a package from aur or the official repos\n  (`yeet -S \u003cpackage-name\u003e`)\n- allows you to edit build files before installing an aur package (default file\n  manager is `ranger`; this can be changed)\n- can build an aur package using its pkgbuild (`yeet -B \u003cpath to package dir\u003e`)\n- can remove a package and any unneeded dependencies (`yeet -R \u003cpackage-name\u003e`)\n- can upgrade all packages (`yeet -U`)\n- allows you to run common `pacman` operations\n  (`yeet -\u003cD/F/Q/T\u003e [more pacman-specific options]`)\n- can be configured easily - either through environment variables; or a config\n  file. an example configuration is stored at\n  `/usr/share/yeet/yeet.example.conf` once installed, and can be viewed\n  [on-line](./assets/package/yeet.example.conf).\n\n## contributing\n\nthank you for your interest in contributing to `yeet`!\n\nyou can contribute to `yeet` by spreading the word, spotting and fixing bugs,\nand help adding new features. `yeet` is just a bash script, you may edit\n[the file](./source/yeet) and submit a pull request. suggestions and pull\nrequests are welcome!\n\n## license\n\nthis program and its associated files are all licensed under the gnu gpl v3\nlicense. for more information, see [`license.md`](./license.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamemaker1%2Fyeet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamemaker1%2Fyeet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamemaker1%2Fyeet/lists"}