{"id":20730390,"url":"https://github.com/kriansa/pkgbuilds","last_synced_at":"2025-10-26T21:04:59.589Z","repository":{"id":50372531,"uuid":"325945284","full_name":"kriansa/PKGBUILDs","owner":"kriansa","description":"My repository of Arch Linux PKGBUILDs","archived":false,"fork":false,"pushed_at":"2023-01-18T01:03:48.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T11:05:12.564Z","etag":null,"topics":["pkgbuild-scripts","pkgbuilds"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kriansa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-01T08:46:34.000Z","updated_at":"2021-12-21T21:31:24.000Z","dependencies_parsed_at":"2023-02-10T12:45:14.027Z","dependency_job_id":null,"html_url":"https://github.com/kriansa/PKGBUILDs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kriansa/PKGBUILDs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriansa%2FPKGBUILDs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriansa%2FPKGBUILDs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriansa%2FPKGBUILDs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriansa%2FPKGBUILDs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kriansa","download_url":"https://codeload.github.com/kriansa/PKGBUILDs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriansa%2FPKGBUILDs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281172264,"owners_count":26455597,"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-26T02:00:06.575Z","response_time":61,"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":["pkgbuild-scripts","pkgbuilds"],"created_at":"2024-11-17T05:11:25.565Z","updated_at":"2025-10-26T21:04:59.561Z","avatar_url":"https://github.com/kriansa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arch PKGBUILDs\n\nThis repository is composed of PKGBUILDs I have written for myself or maintain at some point (and\nthose are available at AUR).\n\n## Adding a new AUR\n\n```bash\n$ pkgname=mycoolnewpkg\n$ mkdir _$pkgname \u0026\u0026 cd _$pkgname\n$ git init\n$ git branch -M master\n$ git remote add origin ssh://aur@aur.archlinux.org/$pkgname.git\n$ touch PKGBUILD\n```\n\nThen do your thing, make sure it works with `makepkg -fsri` and finally:\n\n```bash\n$ makepkg --printsrcinfo \u003e .SRCINFO\n$ git add PKGBUILD .SRCINFO\n$ git commit -m \"feat: initial commit\"\n$ git push\n$ xdg-open https://aur.archlinux.org/packages/$pkgname\n```\n\nDo your editing on the UI, now lets add it as a submodule to the enclosure repository.\n\n```bash\n$ cd ..\n$ git remote add origin ssh://aur@aur.archlinux.org/$pkgname.git\n$ rm -rf _$pkgname\n```\n\n## License\n\nThe contents of this repository are licensed under Apache v2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkriansa%2Fpkgbuilds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkriansa%2Fpkgbuilds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkriansa%2Fpkgbuilds/lists"}