docs: update Linux/Arch/make-package

This commit is contained in:
Lukas Forsberg 2025-05-30 15:49:31 +02:00 committed by Lukas Forsberg
parent 4cdd47f982
commit 3fcea184f0

View File

@ -2,7 +2,7 @@
title: Make Package title: Make Package
description: Information on how to make arch packages that can be used with pacman description: Information on how to make arch packages that can be used with pacman
published: true published: true
date: 2025-05-30T09:05:58.282Z date: 2025-05-30T13:49:29.656Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-05-30T08:32:02.401Z dateCreated: 2025-05-30T08:32:02.401Z
@ -27,3 +27,12 @@ myapp/
* **$pkgdir** - Everything that needs to appear in the installed package must be placed here with the correct directory structure * **$pkgdir** - Everything that needs to appear in the installed package must be placed here with the correct directory structure
* **$srcdir** - Refers to the directory where all source files are unpacked or copied by makepkg * **$srcdir** - Refers to the directory where all source files are unpacked or copied by makepkg
# Connect Client to Custom Repo
Create the file
/etc/pacman.d/customrepo.conf
```
[customrepo]
Server = http://<your-host-ip>:8000/x86_64
```