From b3b42ae177152ca6730bdfcf0179882d0b7d425a Mon Sep 17 00:00:00 2001
From: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
Date: Thu, 19 Sep 2024 12:32:06 +0200
Subject: [PATCH] Link to buildrepo(1) in APKBUILD(5) and abuild(1)

Add a reference in the SEE ALSO section. Improves discoverability of
this tool for newcomers.

See: https://gitlab.alpinelinux.org/alpine/lua-aports/-/merge_requests/16
---
 APKBUILD.5.scd | 2 +-
 abuild.1.scd   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/APKBUILD.5.scd b/APKBUILD.5.scd
index 9d04a2e4..0589607f 100644
--- a/APKBUILD.5.scd
+++ b/APKBUILD.5.scd
@@ -463,7 +463,7 @@ preferred /bin/sh, which is typically bash(1).
 # SEE ALSO
 
 SPDX license reference (on the Web at <https://spdx.org/licenses/>),
-abuild(1), newapkbuild(1), apk(8).
+abuild(1), newapkbuild(1), apk(8), buildrepo(1).
 
 
 # HISTORY
diff --git a/abuild.1.scd b/abuild.1.scd
index 989a1ec7..5ceaea31 100644
--- a/abuild.1.scd
+++ b/abuild.1.scd
@@ -209,7 +209,7 @@ abuild -rc
 # SEE ALSO
 
 SPDX license reference (on the Web at <https://spdx.org/licenses/>),
-newapkbuild(1), apk(8), APKBUILD(5), abuild.conf(5).
+newapkbuild(1), apk(8), APKBUILD(5), abuild.conf(5), buildrepo(1).
 
 # AUTHORS
 
-- 
GitLab