diff --git a/btop.be0 b/btop.be0
new file mode 100755
index 000000000..0bb6d55ed
--- /dev/null
+++ b/btop.be0
@@ -0,0 +1,34 @@
+#!/usr/bin/env beesh
+
+# BEE_VERSION btop-1.2.13-0
+
+# more info: https://github.com/aristocratos/btop
+
+# SRCURL[0]="https://github.com/aristocratos/btop/archive/refs/tags/v${PKGVERSION}.tar.gz btop-${PKGVERSION}.tar.gz"
+SRCURL[0]="https://beehive.molgen.mpg.de/be23bfd87f885c0f606f467ccfebc5e3/btop-1.2.13.tar.gz"
+
+# PATCHURL+=()
+
+# build_in_sourcedir
+
+# sourcesubdir_append src
+
+#mee_extract() {
+#    bee_extract "${@}"
+#}
+
+#mee_patch() {
+#    bee_patch "${@}"
+#}
+
+#mee_configure() {
+#    bee_configure
+#}
+
+#mee_build() {
+#    bee_build
+#}
+
+#mee_install() {
+#    bee_install
+#}