From 3fcea184f07d5e576ff6582a87a0cb7d2361a86c Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 30 May 2025 15:49:31 +0200 Subject: [PATCH] docs: update Linux/Arch/make-package --- Linux/Arch/make-package.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Linux/Arch/make-package.md b/Linux/Arch/make-package.md index 8ea0f71..4993211 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-30T09:05:58.282Z +date: 2025-05-30T13:49:29.656Z tags: editor: markdown dateCreated: 2025-05-30T08:32:02.401Z @@ -26,4 +26,13 @@ myapp/ * **$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 \ No newline at end of file +* **$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://:8000/x86_64 +``` \ No newline at end of file