--- /dev/null
+From 06bb20abcf1ed9af5995da2a3f57687ed9cefe44 Mon Sep 17 00:00:00 2001
+From: Richard Weinberger <richard@nod.at>
+Date: Tue, 5 Jul 2022 20:02:55 +0000
+Subject: [PATCH] Don't run moon-buggy at install time
+
+Signed-off-by: Richard Weinberger <richard@nod.at>
+
+---
+ Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 6e39f0b..0b9fee7 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -51,7 +51,6 @@ install-data-hook:
+ || chmod 664 "$(DESTDIR)$(scoredir)/mbscore" ; } \
+ && chmod 575 "$(DESTDIR)$(scoredir)" ; \
+ fi
+- $(DESTDIR)$(bindir)/moon-buggy -c
+
+ uninstall-local:
+ rm -f $(DESTDIR)$(scoredir)/mbscore
--- /dev/null
+DESCRIPTION = "moon-buggy"
+LICENSE = "GPLv3"
+DEPENDS = "ncurses"
+
+SRC_URI = "\
+ https://m.seehuhn.de/programs/moon-buggy-1.0.51.tar.gz \
+"
+
+SRC_URI[sha256sum] = "352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+inherit autotools