{"id":19096904,"url":"https://github.com/zocker-160/aur-builder","last_synced_at":"2025-04-30T14:27:51.527Z","repository":{"id":106357410,"uuid":"248300052","full_name":"zocker-160/aur-builder","owner":"zocker-160","description":"Docker container for building PKGBUILD packages from the AUR","archived":false,"fork":false,"pushed_at":"2024-04-16T21:41:09.000Z","size":34,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T14:27:43.472Z","etag":null,"topics":["manjaro","manjaro-linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zocker-160.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-18T17:35:47.000Z","updated_at":"2024-01-20T16:40:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"69507def-8396-47bc-b9d3-ecd295ecb929","html_url":"https://github.com/zocker-160/aur-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Faur-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Faur-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Faur-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Faur-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zocker-160","download_url":"https://codeload.github.com/zocker-160/aur-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251721115,"owners_count":21632771,"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":["manjaro","manjaro-linux"],"created_at":"2024-11-09T03:38:08.029Z","updated_at":"2025-04-30T14:27:51.506Z","avatar_url":"https://github.com/zocker-160.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker container to build AUR and PKGBUILD packages\n\n[![Docker Builder](https://github.com/zocker-160/aur-builder/actions/workflows/baseimage%20build.yml/badge.svg?branch=master)](https://github.com/zocker-160/aur-builder/actions/workflows/baseimage%20build.yml)\n\n## Quickstart\n\n```bash\nmkdir build\n# Archlinux\ndocker run --rm --name builder --user builder --net host -v $(pwd)/build:/results zocker160/aur-builder:latest \u003cname_of_AUR_package\u003e\n# Manjaro\ndocker run --rm --name builder --user builder --net host -v $(pwd)/build:/results zocker160/aur-builder:manjaro \u003cname_of_AUR_package\u003e\n```\n\n## Using build scripts\n```bash\ngit clone https://github.com/zocker-160/aur-builder.git\ncd aur-builder\n\n# if you want to use prebuild container\n## Archlinux\nbash zhub.sh \u003cname_of_AUR_package\u003e\n## Manjaro\nbash zhubManjaro.sh \u003cname_of_AUR_package\u003e\n\n# if you want to build the container yourself\n## Archlinux\nmake arch\n## Manjaro\nmake manjaro\n\nbash zlocal.sh \u003cname_of_AUR_package\u003e\n```\n\n#### build own / local PKGBUILD (not from AUR)\n\n```bash\nmkdir build\n# if you have build the container using the make command\ndocker run -it --name builder --user builder --net host -v $(pwd)/build:/results --entrypoint bash makepkg\n# if you want to use prebuild container\n## Arch\ndocker run -it --name builder --user builder --net host -v $(pwd)/build:/results --entrypoint bash zocker160/aur-builder:latest\n## Manjaro\ndocker run -it --name builder --user builder --net host -v $(pwd)/build:/results --entrypoint bash zocker160/aur-builder:manjaro\n### inside the docker container\ncd ~\n# do whatever you want to prepare/pull/copy the PKGBUILD file\nzabuilder.sh # this builds the PKGBUILD inside the current folder + generates a log file + moves it to /results\n```\n\nIf successful you should see a `.pkg` and a `.log` file.\n\nIf you have any issues, feel free to create a new issue on github: [Issues · zocker-160/aur-builder · GitHub](https://github.com/zocker-160/aur-builder/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Faur-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzocker-160%2Faur-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Faur-builder/lists"}