{"id":17834788,"url":"https://github.com/animmouse/setup-p7zip-fork","last_synced_at":"2025-04-02T13:12:21.597Z","repository":{"id":65157422,"uuid":"391948304","full_name":"AnimMouse/setup-p7zip-fork","owner":"AnimMouse","description":"Setup/Install new p7zip fork with additional codecs for GitHub Actions","archived":false,"fork":false,"pushed_at":"2021-11-02T17:47:37.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-08T04:19:58.858Z","etag":null,"topics":["7z","7zip","action","actions","archive","archiver","brotli","compression","flzma2","github-actions","lizard","lz4","lz5","p7zip","zstandard","zstd"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-p7zip-fork","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnimMouse.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}},"created_at":"2021-08-02T12:53:43.000Z","updated_at":"2024-06-03T13:44:34.000Z","dependencies_parsed_at":"2023-01-05T04:48:13.034Z","dependency_job_id":null,"html_url":"https://github.com/AnimMouse/setup-p7zip-fork","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-p7zip-fork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-p7zip-fork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-p7zip-fork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-p7zip-fork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimMouse","download_url":"https://codeload.github.com/AnimMouse/setup-p7zip-fork/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819786,"owners_count":20839095,"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":["7z","7zip","action","actions","archive","archiver","brotli","compression","flzma2","github-actions","lizard","lz4","lz5","p7zip","zstandard","zstd"],"created_at":"2024-10-27T20:11:23.095Z","updated_at":"2025-04-02T13:12:21.578Z","avatar_url":"https://github.com/AnimMouse.png","language":null,"readme":"# Setup new p7zip fork for GitHub Actions\nSetup [new p7zip fork](https://github.com/jinfeihan57/p7zip) (7zip CLI for Linux) on GitHub Actions to use `/opt/7z`.\n\nThis action installs the [new p7zip fork](https://github.com/jinfeihan57/p7zip) with additional codecs and improvements for use in actions by installing it on /opt.\n\nWith the new p7zip fork, you can now use [Zstandard (`zstd`)](https://github.com/facebook/zstd/), [Brotli](https://github.com/google/brotli/), [LZ4](https://github.com/lz4/lz4/), [LZ5](https://github.com/inikep/lz5/), [Lizard](https://github.com/inikep/lizard/), and [Fast LZMA2](https://github.com/conor42/fast-lzma2) on p7zip in GitHub Actions. \n\nThis action only works on Ubuntu 20.04 and up virtual environments as 18.04 and below does not have GLIBC_2.29.\n\n## Usage\nTo use `/opt/7z`, run this action before `/opt/7z`.\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n    \n  - name: Setup p7zip fork\n    uses: AnimMouse/setup-p7zip-fork@v1\n    \n  - run: /opt/7z a archive.7z -m0=bcj -m1=zstd -mx22\n```\n\n## Set version\nTo use version other than the latest one:\n\n```yml\nsteps:\n  - name: Setup p7zip fork\n    uses: AnimMouse/setup-p7zip-fork@v1\n    with:\n      version: v17.04 # Set the version to use. Default: v17.04\n      \n  - run: /opt/7z i\n```\n\n### Why `/opt/7z`?\nSo that we can also use the original [p7zip](https://sourceforge.net/projects/p7zip/) along with the new p7zip fork.\\\nAlso, p7zip [does not want to run on relative path](https://sourceforge.net/p/p7zip/discussion/383044/thread/5e4085ab/).\n\n```yml\nsteps:\n  - name: Setup p7zip fork\n    uses: AnimMouse/setup-p7zip-fork@v1\n    \n  - name: Run p7zip fork\n    run: /opt/7z i\n    \n  - name: Run original p7zip\n    run: 7z i\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimmouse%2Fsetup-p7zip-fork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanimmouse%2Fsetup-p7zip-fork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimmouse%2Fsetup-p7zip-fork/lists"}