{"id":20926127,"url":"https://github.com/pacstall/repo-maintain","last_synced_at":"2025-05-13T17:33:29.599Z","repository":{"id":44369389,"uuid":"385273906","full_name":"pacstall/repo-maintain","owner":"pacstall","description":"mr helps repo maintainers maintain custom repositories","archived":false,"fork":false,"pushed_at":"2024-05-07T23:42:26.000Z","size":58,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T14:22:18.916Z","etag":null,"topics":["bash","docker","hacktoberfest","pacstall","pacstall-programs"],"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/pacstall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"pacstall","open_collective":"pacstall","liberapay":"pacstall"}},"created_at":"2021-07-12T14:22:11.000Z","updated_at":"2024-05-07T23:42:29.000Z","dependencies_parsed_at":"2024-05-28T22:02:36.292Z","dependency_job_id":"a79706d2-727b-4f92-ba2e-7df21d84568e","html_url":"https://github.com/pacstall/repo-maintain","commit_stats":{"total_commits":85,"total_committers":4,"mean_commits":21.25,"dds":"0.17647058823529416","last_synced_commit":"b99e70c1138263922e1d38567c8f01e162ebb64f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Frepo-maintain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Frepo-maintain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Frepo-maintain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Frepo-maintain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacstall","download_url":"https://codeload.github.com/pacstall/repo-maintain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224880785,"owners_count":17385367,"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":["bash","docker","hacktoberfest","pacstall","pacstall-programs"],"created_at":"2024-11-18T20:36:56.182Z","updated_at":"2024-11-18T20:36:56.822Z","avatar_url":"https://github.com/pacstall.png","language":"Shell","readme":"# repo-maintain\n\n`mr` helps repo owners to easily maintain their repos\n\n## Install\n\n```console\n$ git clone https://github.com/pacstall/repo-maintain/\n$ cd repo-maintain\n$ ./install.sh\n```\n\n## Commands\nAll these commands need to be run in the directory of your repo\n\n`mr -I` creates a repo in your working directory. It will fail if the directory is not empty.\n\n`mr -A` moves a pacscript to your working directory if it's a repo.\n\n`mr -U` updates packageslist file in your working directory if it's a repo. This file is used for searching and installing with pacstall.\n\n`mr -T` will test a pacscript in a docker container. Can be run in any directory\n\n`mr -B` will take a deb ending URL and create a pacscript for you\n\n## Examples\n\nFirst we create a repo.\n```console\n$ mkdir my-repo \u0026\u0026 cd my-repo\n$ mr -I\n```\n\nAfter that, we test if the script works. This is done with a docker container of ubuntu.\n```console\n$ mr -T ~/test.pacscript        # tests pacscript inside a docker container\n```\n\nAfter we see that the script ran successfully, we can add it to the repo.\n\n```console\n$ cd my-repo\n$ mr -A ~/test.pacscript        # adds test.pacscript to the repo\n$ mr -U                         # updates packagelist\n```\n\nFinally, we can add a remote to the git repo and push the changes.\n\n```console\n$ git remote add origin https://github.com/my-username/my-repo/ \n$ git push\n```\n","funding_links":["https://github.com/sponsors/pacstall","https://opencollective.com/pacstall","https://liberapay.com/pacstall"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacstall%2Frepo-maintain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacstall%2Frepo-maintain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacstall%2Frepo-maintain/lists"}