From 50f47ad1ded862794f4f35a8caa85538e893f42e Mon Sep 17 00:00:00 2001
From: Marty Oehme <contact@martyoeh.me>
Date: Mon, 24 Feb 2025 13:47:50 +0100
Subject: [PATCH] Add dotter-bin

---
 dotter-bin/template  | 19 ++++++++++++++++
 git-bug-git/template | 52 ++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 69 insertions(+), 2 deletions(-)
 create mode 100644 dotter-bin/template

diff --git a/dotter-bin/template b/dotter-bin/template
new file mode 100644
index 0000000..0df3300
--- /dev/null
+++ b/dotter-bin/template
@@ -0,0 +1,19 @@
+# Template file for 'dotter-bin'
+pkgname=dotter-bin
+version=0.13.3
+revision=1
+archs="x86_64"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="dotfile manager and templater written in rust"
+maintainer="Marty Oehme <contact@martyoeh.me>"
+license="Unlicense"
+homepage="https://github.com/SuperCuber/dotter"
+distfiles="https://github.com/SuperCuber/dotter/releases/download/v${version}/dotter-linux-x64-musl"
+skip_extraction="dotter-linux-x64-musl"
+checksum=5442450982bebca00581bd04b14f4f10abdd4bed9493431c1ad451d9d8a80bb4
+
+do_install() {
+    vbin $XBPS_SRCDISTDIR/$pkgname-$version/dotter-linux-x64-musl dotter
+}
diff --git a/git-bug-git/template b/git-bug-git/template
index 43d7329..323a0fa 100644
--- a/git-bug-git/template
+++ b/git-bug-git/template
@@ -1,7 +1,7 @@
 # Template file for 'git-bug-git'
 pkgname=git-bug-git
 version=20241209
-revision=1
+revision=2
 _commit=d499b6e9d3333334614924669b74640a2d0b5485
 build_style=go
 go_import_path="github.com/git-bug/git-bug"
@@ -18,5 +18,53 @@ checksum=b62c4b8145babac282c61e5467b815321eb0008d92df37403ba388432aeca01b
 
 post_install() {
     vlicense LICENSE
-    vdoc README.md
+
+    vman doc/man/git-bug-bridge-auth-add-token.1
+    vman doc/man/git-bug-bridge-auth-rm.1
+    vman doc/man/git-bug-bridge-auth-show.1
+    vman doc/man/git-bug-bridge-auth.1
+    vman doc/man/git-bug-bridge-new.1
+    vman doc/man/git-bug-bridge-pull.1
+    vman doc/man/git-bug-bridge-push.1
+    vman doc/man/git-bug-bridge-rm.1
+    vman doc/man/git-bug-bridge.1
+    vman doc/man/git-bug-bug-comment-edit.1
+    vman doc/man/git-bug-bug-comment-new.1
+    vman doc/man/git-bug-bug-comment.1
+    vman doc/man/git-bug-bug-deselect.1
+    vman doc/man/git-bug-bug-label-new.1
+    vman doc/man/git-bug-bug-label-rm.1
+    vman doc/man/git-bug-bug-label.1
+    vman doc/man/git-bug-bug-new.1
+    vman doc/man/git-bug-bug-rm.1
+    vman doc/man/git-bug-bug-select.1
+    vman doc/man/git-bug-bug-show.1
+    vman doc/man/git-bug-bug-status-close.1
+    vman doc/man/git-bug-bug-status-open.1
+    vman doc/man/git-bug-bug-status.1
+    vman doc/man/git-bug-bug-title-edit.1
+    vman doc/man/git-bug-bug-title.1
+    vman doc/man/git-bug-bug.1
+    vman doc/man/git-bug-commands.1
+    vman doc/man/git-bug-label.1
+    vman doc/man/git-bug-pull.1
+    vman doc/man/git-bug-push.1
+    vman doc/man/git-bug-termui.1
+    vman doc/man/git-bug-user-adopt.1
+    vman doc/man/git-bug-user-new.1
+    vman doc/man/git-bug-user-user.1
+    vman doc/man/git-bug-user.1
+    vman doc/man/git-bug-version.1
+    vman doc/man/git-bug-webui.1
+    vman doc/man/git-bug-wipe.1
+    vman doc/man/git-bug.1
+
+    vdoc doc/README.md
+    vdoc doc/architecture.md
+    vdoc doc/cli-convention.md
+    vdoc doc/feature_matrix.md
+    vdoc doc/howto-github.md
+    vdoc doc/jira_bridge.md
+    vdoc doc/model.md
+    vdoc doc/queries.md
 }