diff --git a/Linux/Arch/make-package.md b/Linux/Arch/make-package.md index 014dd60..dbffd0d 100644 --- a/Linux/Arch/make-package.md +++ b/Linux/Arch/make-package.md @@ -2,7 +2,7 @@ title: Make Package description: Information on how to make arch packages that can be used with pacman published: true -date: 2025-05-30T08:51:35.864Z +date: 2025-05-30T08:52:02.751Z tags: editor: markdown dateCreated: 2025-05-30T08:32:02.401Z @@ -12,6 +12,8 @@ dateCreated: 2025-05-30T08:32:02.401Z In the root folder a [**PKGBUILD**](https://wiki.archlinux.org/title/PKGBUILD) file as to be created which contains configuration for the package. + +When makepkg is run, these folders are created: ``` myapp/ ├── PKGBUILD