{"id":13617892,"url":"https://github.com/archlinux/devtools","last_synced_at":"2025-06-28T06:06:38.208Z","repository":{"id":34683101,"uuid":"166893892","full_name":"archlinux/devtools","owner":"archlinux","description":"Tools for Arch Linux package maintainers (read-only mirror)","archived":false,"fork":false,"pushed_at":"2025-05-12T17:54:00.000Z","size":1594,"stargazers_count":106,"open_issues_count":13,"forks_count":56,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-12T18:48:45.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.archlinux.org/archlinux/devtools","language":"Shell","has_issues":false,"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/archlinux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-01-21T23:19:41.000Z","updated_at":"2025-05-12T17:54:04.000Z","dependencies_parsed_at":"2023-09-26T23:41:00.440Z","dependency_job_id":"b8163cf4-0694-4667-bfab-c2898aabb53e","html_url":"https://github.com/archlinux/devtools","commit_stats":null,"previous_names":[],"tags_count":124,"template":false,"template_full_name":null,"purl":"pkg:github/archlinux/devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archlinux%2Fdevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archlinux%2Fdevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archlinux%2Fdevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archlinux%2Fdevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archlinux","download_url":"https://codeload.github.com/archlinux/devtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archlinux%2Fdevtools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262382744,"owners_count":23302298,"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":[],"created_at":"2024-08-01T20:01:49.912Z","updated_at":"2025-06-28T06:06:38.186Z","avatar_url":"https://github.com/archlinux.png","language":"Shell","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Devtools - development tools for Arch Linux\n\nThis repository contains tools for the Arch Linux distribution for building\nand maintaining official repository packages.\n\n## Building\n\nWhen building official distro packages the `BUILDTOOLVER` needs to be set to the\nexact label of the release package in order to allow to detect the exactly used\ndevtools version. This is required for reproducible builds to fetch the according\nfiles like `makepkg.conf`.\n\n```sh\nBUILDTOOLVER=\"${pkgver}-${pkgrel}-${arch}\" make all\n```\n\n## Development\n\nFor local development testing, there is a convenience wrapper for `pkgctl` that\nwill automatically build the project and proxy all calls to the local build directory:\n\n```sh\n./test/bin/pkgctl --help\n```\n\n### Commit messages\n\nAll commits must follow [conventional commits](https://www.conventionalcommits.org).\n\nThe following groups are allowed:\n\n- chore\n- feat\n- fix\n- doc\n- perf\n- test\n\nTo override the scope for the changelog entry use the `Component:` trailer.\n\nExample:\n\n```\nfeat(db): yay mega cool feature\n\nVery long and useful description.\n\nFixes #1\nFixes #2\n\nComponent: pkgctl db remove\n```\n\n## Releasing\n\n1. bump the version in the Makefile\n2. Commit everything as  ```Version $(date +\"%Y%m%d\")```\n3. Create a new tag ```git tag -s $(date +\"%Y%m%d\")```\n4. Push changes\n5. Upload the source tarball with ```make dist upload```\n6. Update the package\n\n## Dependencies\n\n### Runtime Dependencies\n\n- arch-install-scripts\n- awk\n- bash\n- binutils\n- coreutils\n- curl\n- diffutils\n- expac\n- fakeroot\n- findutils\n- glow\n- grep\n- gum\n- jq\n- ncurses\n- openssh\n- parallel\n- rsync\n- sed\n- systemd\n- util-linux\n- bzr\n- git\n- mercurial\n- subversion\n\n### Optional Dependencies\n\n- bat (pretty printing)\n- nvchecker (version checking)\n\n### Development Dependencies\n\n- asciidoctor\n- make\n- shellcheck\n- bats\n\n## License\n\nDevtools is licensed under the terms of the **GPL-3.0-or-later** (see [LICENSE](LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchlinux%2Fdevtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchlinux%2Fdevtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchlinux%2Fdevtools/lists"}