diff --git a/packages/k/kappanhang/.files b/packages/k/kappanhang/.files
new file mode 100644
index 00000000000..c92bba6ca79
Binary files /dev/null and b/packages/k/kappanhang/.files differ
diff --git a/packages/k/kappanhang/.meta b/packages/k/kappanhang/.meta
new file mode 100644
index 00000000000..780e55a8620
--- /dev/null
+++ b/packages/k/kappanhang/.meta
@@ -0,0 +1,9 @@
+
+ Remotely open audio channels and a serial port to an Icom transceiver
+ kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1
+server. The app is mainly developed for connecting to the Icom IC-705
+transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the
+protocol are implemented including packet retransmission on packet loss.
+
+ https://github.com/nonoo/kappanhang
+
diff --git a/packages/k/kappanhang/.rev b/packages/k/kappanhang/.rev
new file mode 100644
index 00000000000..30ddb0acb0e
--- /dev/null
+++ b/packages/k/kappanhang/.rev
@@ -0,0 +1,10 @@
+
+
+ 04fcb39b2c6f6f19b80c03504d1afc14
+ 1.3
+
+ dimstar_suse
+ tool to remotely open audio channels and a serial port to an Icom transceiver
+ 1247718
+
+
diff --git a/packages/k/kappanhang/_service b/packages/k/kappanhang/_service
new file mode 100644
index 00000000000..d46440f7613
--- /dev/null
+++ b/packages/k/kappanhang/_service
@@ -0,0 +1,5 @@
+
+
+ zst
+
+
diff --git a/packages/k/kappanhang/kappanhang-1.3.tar.gz b/packages/k/kappanhang/kappanhang-1.3.tar.gz
new file mode 120000
index 00000000000..b6e442d5e89
--- /dev/null
+++ b/packages/k/kappanhang/kappanhang-1.3.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeiff57snzxbmfp6glzcyuuf6lgkri2s2ohcc2bd7hlvx7wcvzknlce
\ No newline at end of file
diff --git a/packages/k/kappanhang/kappanhang.changes b/packages/k/kappanhang/kappanhang.changes
new file mode 100644
index 00000000000..8245cbc8699
--- /dev/null
+++ b/packages/k/kappanhang/kappanhang.changes
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Feb 21 18:33:11 UTC 2025 - Andreas Stieger
+
+- initial package
diff --git a/packages/k/kappanhang/kappanhang.spec b/packages/k/kappanhang/kappanhang.spec
new file mode 100644
index 00000000000..8172377fb6e
--- /dev/null
+++ b/packages/k/kappanhang/kappanhang.spec
@@ -0,0 +1,55 @@
+#
+# spec file for package kappanhang
+#
+# Copyright (c) 2025 Andreas Stieger
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+
+Name: kappanhang
+Version: 1.3
+Release: 0
+Summary: Remotely open audio channels and a serial port to an Icom transceiver
+License: MIT
+URL: https://github.com/nonoo/kappanhang
+Source: https://github.com/nonoo/kappanhang/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1: vendor.tar.zst
+BuildRequires: golang-packaging
+BuildRequires: pkgconfig
+BuildRequires: zstd
+BuildRequires: pkgconfig(libpulse-simple)
+
+%description
+kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1
+server. The app is mainly developed for connecting to the Icom IC-705
+transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the
+protocol are implemented including packet retransmission on packet loss.
+
+%prep
+%autosetup -p1 -a1
+
+%build
+go build \
+ -mod=vendor \
+ -buildmode=pie \
+ %{nil}
+
+%install
+install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}
+
+%files
+%license LICENSE
+%doc README.md
+%{_bindir}/kappanhang
+
+%changelog
diff --git a/packages/k/kappanhang/vendor.tar.zst b/packages/k/kappanhang/vendor.tar.zst
new file mode 120000
index 00000000000..c777ac77b83
--- /dev/null
+++ b/packages/k/kappanhang/vendor.tar.zst
@@ -0,0 +1 @@
+/ipfs/bafybeibqp4ydcpgiyjpjokywphwky3hq66aokr44chfgj7mevatktw37s4
\ No newline at end of file