From 8131c74ae7a614f817999b336e7cd3622704e1f9 Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Fri, 18 Jul 2025 22:39:03 +0200 Subject: [PATCH] xbps/index: add a subsection for packaging So that the pointer to the void-packages repository README file stands out more. Fixes: #754 Signed-off-by: Vincent Legoll --- src/xbps/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xbps/index.md b/src/xbps/index.md index 3ea2d7e03..48868867f 100644 --- a/src/xbps/index.md +++ b/src/xbps/index.md @@ -30,6 +30,8 @@ Most general package management is done with the following commands: Most questions can be answered by consulting the man pages for these tools, together with the [xbps.d(5)](https://man.voidlinux.org/xbps.d.5) man page. +## Packaging + To learn how to build packages from source, refer to [the README for the void-packages repository](https://github.com/void-linux/void-packages/blob/master/README.md).