wiki-js/Linux/Arch/make-package.md

682 B

title, description, published, date, tags, editor, dateCreated
title description published date tags editor dateCreated
Make Package Information on how to make arch packages that can be used with pacman true 2025-05-30T08:52:02.751Z markdown 2025-05-30T08:32:02.401Z

Make Packages

In the root folder a PKGBUILD file as to be created which contains configuration for the package.

When makepkg is run, these folders are created:

myapp/
├── PKGBUILD
├── src/        ← $srcdir
│   └── unpacked source files here
├── pkg/        ← $pkgdir lives here
│   └── myapp/...
└── myapp-1.0-1-x86_64.pkg.tar.zst  ← the final package