https://github.com/archlinux/archlinux-repro
Tools to reproduce arch linux packages
https://github.com/archlinux/archlinux-repro
arch-linux reproducible-builds
Last synced: 5 months ago
JSON representation
Tools to reproduce arch linux packages
- Host: GitHub
- URL: https://github.com/archlinux/archlinux-repro
- Owner: archlinux
- License: mit
- Created: 2017-11-24T00:28:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T00:56:18.000Z (7 months ago)
- Last Synced: 2024-12-15T01:30:43.324Z (7 months ago)
- Topics: arch-linux, reproducible-builds
- Language: Shell
- Homepage:
- Size: 339 KB
- Stars: 131
- Watchers: 19
- Forks: 36
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
archlinux-repro
===============`archlinux-repro` is intended to be a tool for users to verify packages distributed by Arch Linux.
The current goals are:
- Recreate packages given a `.BUILDINFO` file, or `.pkg.tar.xz`
- Download and verify needed packages from `archive.archlinux.org`
- Be a simple and easily auditable code
- Distribution independent. One should be able to verify Arch packages on Debian.Work in progress. Please read the code before using.
## Dependencies
* asciidoc (make)
* coreutils
* curl
* gnupg
* systemd
* bsdtar
* zstd