{"id":16966585,"url":"https://github.com/vednoc/pkg","last_synced_at":"2025-08-12T14:44:54.262Z","repository":{"id":56154873,"uuid":"299386285","full_name":"vednoc/pkg","owner":"vednoc","description":"A wrapper for various package managers.","archived":false,"fork":false,"pushed_at":"2020-12-21T09:12:27.000Z","size":27,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T09:55:32.017Z","etag":null,"topics":["apt","gnu-linux","linux","package-manager-tool","pacman","wrapper","xbps"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vednoc.png","metadata":{"files":{"readme":"readme.org","changelog":"changelog.org","contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-28T17:41:50.000Z","updated_at":"2024-06-08T23:15:45.000Z","dependencies_parsed_at":"2022-08-15T13:41:00.622Z","dependency_job_id":null,"html_url":"https://github.com/vednoc/pkg","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vednoc/pkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vednoc%2Fpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vednoc%2Fpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vednoc%2Fpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vednoc%2Fpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vednoc","download_url":"https://codeload.github.com/vednoc/pkg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vednoc%2Fpkg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270079705,"owners_count":24523583,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apt","gnu-linux","linux","package-manager-tool","pacman","wrapper","xbps"],"created_at":"2024-10-14T00:06:18.108Z","updated_at":"2025-08-12T14:44:54.147Z","avatar_url":"https://github.com/vednoc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"* pkg\nA wrapper for various package managers. ~pkg~ is made for those that want a tool\nthat abstracts all the commonly used commands behind a universal interface.\n\nHeavily inspired by:\n+ [[https://github.com/lukrop/xbps-pkg][lukrop/xbps-pkg]]\n+ [[https://www.freebsd.org/cgi/man.cgi?query=pkg\u0026apropos=0\u0026sektion=0\u0026manpath=FreeBSD+12.1-RELEASE+and+Ports\u0026arch=default\u0026format=html][FreeBSD's pkg(8)]]\n\n** Installation\nAs an example, the following steps use a local bin directory.\n\n*** If you want everything\nClone this repository, then make a symbolic link to ~pkg~ on your ~$PATH~.\n\n#+BEGIN_SRC shell\nln -s $HOME/code/pkg/pkg $HOME/.local/bin\n#+END_SRC\n\n*** If you only want the tool\nUse ~cURL~ to download the tool and save it in your local ~bin~ directory.\n\n#+BEGIN_SRC shell\ncurl -o $HOME/.local/bin/pkg -L https://github.com/vednoc/pkg/raw/main/pkg\n#+END_SRC\n\n*** Make the tool executable\nAfter installation is complete, make ~pkg~ executable (otherwise you'll get\n\"permission denied\" error).\n\n#+BEGIN_SRC shell\nchmod +x $HOME/.local/bin/pkg\n#+END_SRC\n\n** Usage\nType ~pkg help~ in your terminal emulator to get started.\n\nAll available commands will be documented in the help option. Also, check out the\nsource code to see the implementation of this tool.\n\n** Contributing\nFork this project, clone the repository, install [[https://editorconfig.org/][EditorConfig]] plugin if\nnecessary, then send over a Pull Request. Keep the changes small and relevant.\n\n** License\nLicensed under the [[./license][MIT license]].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvednoc%2Fpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvednoc%2Fpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvednoc%2Fpkg/lists"}