{"id":20812743,"url":"https://github.com/dadevel/archpkgs","last_synced_at":"2025-10-11T20:10:02.947Z","repository":{"id":41483714,"uuid":"509821750","full_name":"dadevel/archpkgs","owner":"dadevel","description":"Pentesting tools packaged for Arch Linux.","archived":false,"fork":false,"pushed_at":"2025-09-18T06:49:13.000Z","size":141,"stargazers_count":13,"open_issues_count":13,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-18T08:41:08.822Z","etag":null,"topics":["archlinux","pentesting","pkgbuild","redteaming"],"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/dadevel.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-02T17:37:40.000Z","updated_at":"2025-09-18T06:49:17.000Z","dependencies_parsed_at":"2023-09-24T06:34:37.700Z","dependency_job_id":"9c4015fe-640b-45b0-8269-aaf01f87246b","html_url":"https://github.com/dadevel/archpkgs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dadevel/archpkgs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Farchpkgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Farchpkgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Farchpkgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Farchpkgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadevel","download_url":"https://codeload.github.com/dadevel/archpkgs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Farchpkgs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008580,"owners_count":26084480,"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-10-11T02:00:06.511Z","response_time":55,"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":["archlinux","pentesting","pkgbuild","redteaming"],"created_at":"2024-11-17T20:57:54.404Z","updated_at":"2025-10-11T20:10:02.907Z","avatar_url":"https://github.com/dadevel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archpkgs\n\nRed teaming and pentesting tools packaged for Arch Linux.\n\nRemarks:\n\n- packages are installed under `/opt/archpkgs`\n- Python packages are isolated in their own virtual environments\n- packages are rebuild weekly\n\n## Setup\n\nRun the following command to add the repo.\n\n~~~ bash\ncurl -sSfL https://github.com/dadevel/archpkgs/raw/main/setup.sh | sudo bash\n~~~\n\nList all packages provided by the repo.\n\n~~~ bash\nsudo pacman -Sl archpkgs\n~~~\n\n\u003e **Note:** Breaking changes that require manual interaction are marked in the [commit history](https://github.com/dadevel/archpkgs/commits/main/) with an `!`.\n\n## Development\n\n1. Clone the repo.\n\n    ~~~ bash\n    git clone --depth 1 https://github.com/dadevel/archpkgs.git\n    cd ./archpkgs\n    ~~~\n\n2. Create a new directory named like the package.\n\n    ~~~ bash\n    mkdir ./example\n    ~~~\n\n3. Place a [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD) in the newly created directory that describes how the package is built.\n\n    ~~~ bash\n    vim ./example/PKGBUILD\n    ~~~\n\n4. Update the build container.\n\n    ~~~ bash\n    podman pull ghcr.io/dadevel/archpkgs-builder:latest\n    ~~~\n\n5. Build the package.\n\n    ~~~ bash\n    podman run -it --rm --userns keep-id --group-add wheel -v ./example:/build -w /build --entrypoint /bin/env ghcr.io/dadevel/archpkgs-builder:latest makepkg --syncdeps --clean --needed --noconfirm\n    ~~~~\n\n6. Install the package and verify everything is on order.\n\n    ~~~ bash\n    sudo pacman -U ./example/example-1234.5678900-1-any.pkg.tar.zst\n    ~~~\n\n7. Run `./generate-workflow.py` to update the CI pipeline.\n8. Open a [pull request](https://github.com/dadevel/archpkgs/pulls).\n\n## Tips\n\nIf building Rust fails with a strange linker error, use `CFLAGS=\"${CFLAGS/-flto=auto/}\" cargo build ...`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadevel%2Farchpkgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadevel%2Farchpkgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadevel%2Farchpkgs/lists"}