From e7b76e118d7844985ba2bfc9140aab44b15b2009 Mon Sep 17 00:00:00 2001
From: Marty Oehme <contact@martyoeh.me>
Date: Mon, 24 Feb 2025 01:10:43 +0100
Subject: [PATCH] Add git-bug-git

---
 git-bug-git/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 git-bug-git/template

diff --git a/git-bug-git/template b/git-bug-git/template
new file mode 100644
index 0000000..43d7329
--- /dev/null
+++ b/git-bug-git/template
@@ -0,0 +1,22 @@
+# Template file for 'git-bug-git'
+pkgname=git-bug-git
+version=20241209
+revision=1
+_commit=d499b6e9d3333334614924669b74640a2d0b5485
+build_style=go
+go_import_path="github.com/git-bug/git-bug"
+hostmakedepends="git"
+depends="git"
+short_desc="Distributed, offline-first bug tracker embedded in git, with bridges"
+maintainer="Marty Oehme <contact@martyoeh.me>"
+license="GPL-3.0-only"
+homepage="https://github.com/git-bug/git-bug"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+replaces="git-bug>=0"
+provides="git-bug-${version}_${revision}"
+checksum=b62c4b8145babac282c61e5467b815321eb0008d92df37403ba388432aeca01b
+
+post_install() {
+    vlicense LICENSE
+    vdoc README.md
+}