{"id":43702543,"url":"https://github.com/zeppe-lin/pkgutils","last_synced_at":"2026-02-05T05:09:59.375Z","repository":{"id":143725029,"uuid":"584267371","full_name":"zeppe-lin/pkgutils","owner":"zeppe-lin","description":"Set of utilities to manage software packages","archived":false,"fork":false,"pushed_at":"2025-12-28T23:54:48.000Z","size":891,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T17:40:58.386Z","etag":null,"topics":["package-management","package-manager","pkgutils"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeppe-lin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2023-01-02T03:46:36.000Z","updated_at":"2025-12-28T23:54:52.000Z","dependencies_parsed_at":"2023-12-11T17:31:20.359Z","dependency_job_id":"398822e9-c43f-43fa-b6dc-06e626b67f09","html_url":"https://github.com/zeppe-lin/pkgutils","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/zeppe-lin/pkgutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeppe-lin%2Fpkgutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeppe-lin%2Fpkgutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeppe-lin%2Fpkgutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeppe-lin%2Fpkgutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeppe-lin","download_url":"https://codeload.github.com/zeppe-lin/pkgutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeppe-lin%2Fpkgutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["package-management","package-manager","pkgutils"],"created_at":"2026-02-05T05:09:59.312Z","updated_at":"2026-02-05T05:09:59.366Z","avatar_url":"https://github.com/zeppe-lin.png","language":"C++","readme":"OVERVIEW\n========\n\nThis repository contains `pkgutils`, a set of utilities like\n`pkgadd(1)`, `pkgrm(8)`, and `pkginfo(1)` used for managing software\npackages: adding, removing, and gathering basic information.\n\nThis distribution is a fork of CRUX `pkgutils` as of commit 9ca0da6\n(Sat Nov 17 2018) with the following differences:\n  * Organized the code into a library (`libpkgutils`) and utilities\n  * GNU-style options/help/usage\n  * Better GNU Coding Standards support\n  * Manual pages in `scdoc(5)` format\n  * Split `pkgadd(8)` manual page into `pkgadd(8)` and\n    `pkgadd.conf(5)`\n  * `zstd` packages support\n  * Vim syntax highlighting for `pkgadd.conf` file\n  * Optional support for preserving ACLs \u0026 xattrs by `pkgadd(8)`\n\nSee git log for complete/further differences.\n\nThe original sources can be downloaded from:\n  * https://git.crux.nu/tools/pkgutils.git\n\n\nREQUIREMENTS\n============\n\nBuild time\n----------\n  * C++11 compiler (GCC 4.8.1+, Clang 3.3+)\n  * POSIX `sh(1p)`, `make(1p)` and \"mandatory utilities\"\n  * `pkg-config(1)` is optional, for static linking\n  * `libarchive(3)` to unpack archive files\n  * `scdoc(1)` to build man pages\n\nAlso, see [rejmerge][1], a utility that merges files rejected by\n`pkgadd(8)` during package upgrades.\n\n[1]: https://github.com/zeppe-lin/rejmerge\n\n\nINSTALL\n=======\n\nTo build and install this package, run the following shell commands:\n\n    make \u0026\u0026 make install\n\nFor static linking, you need `pkg-config(1)` and should run `make(1p)`\nas follows:\n\n    make LDFLAGS=\"-static $(pkg-config --static --libs libarchive)\"\n\nSee the `config.mk` file for configuration parameters and the\n`src/pathnames.h` file for absolute filenames and settings that\n`pkgutils` uses for various defaults.\n\n\nDOCUMENTATION\n=============\n\nSee `/man` directory for manual pages.\n\n\nLICENSE\n=======\n\n`pkgutils` is licensed through the\n[GNU General Public License v2 or later](https://gnu.org/licenses/gpl.html).\n\nSee `COPYING` for license terms and `COPYRIGHT` for notices.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeppe-lin%2Fpkgutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeppe-lin%2Fpkgutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeppe-lin%2Fpkgutils/lists"}