• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

PKGBUILDH A D30-Mar-2020404 2016

README.mdH A D30-Mar-2020701 2014

hello.cH A D30-Mar-202072 75

README.md

1# Creating sample pacman packages
2
3You will need:
4- an archlinux installation
5- `pacman -S base-devel` for basic build requirements (like debian "build-essential")
6
7Run `makepkg` inside this directory to produce *.pkg.tar.* archives. This may
8be .xz, .zst, .gz etc. depending on the current defaults, see makepkg.conf(5)
9"PKGEXT" for details. The archives will appear in the current directory, or the
10"PKGDEST" defined by makepkg.conf(5).
11
12# Byte-for-byte reproduction
13
14You will need:
15- an archlinux installation
16- `pacman -S devtools` for the clean chroot builder/reproducer
17
18Run `makerepropkg /path/to/hello-debug-1-1-x86_64.pkg.tar.xz` (or whichever the
19archive filename is) inside this directory.
20