Tools to reproduce arch linux packages
Go to file
Morten Linderud a561c1dc55
repro: Support fetching correct makepkg.conf from devtools
Signed-off-by: Morten Linderud <morten@linderud.pw>
2021-12-21 20:59:04 +01:00
docs Update repro man page 2021-02-16 12:26:18 +00:00
examples Added diffoscope support 2018-03-18 01:02:21 +01:00
.gitignore [Makefile] fixups before release 2019-11-12 22:05:05 +01:00
LICENSE Added readme and license 2017-12-12 00:44:07 +01:00
Makefile Add version flag 2021-05-20 13:15:33 -04:00
README.md describe dependencies 2018-12-09 17:35:21 +01:00
buildinfo buildinfo: Support BBUILDTOOL and BUILDTOOLVER 2021-12-21 20:13:17 +01:00
repro.in repro: Support fetching correct makepkg.conf from devtools 2021-12-21 20:59:04 +01:00

README.md

repro

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