new file mode 100644
@@ -0,0 +1,18 @@
+SUMMARY = "NetHogs is a small 'net top' tool that can group bandwidth by process"
+HOMEPAGE = "https://github.com/raboof/nethogs"
+SECTION = "console/network"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "git://github.com/raboof/nethogs.git;branch=main;protocol=https"
+DEPENDS = "ncurses libpcap"
+
+do_compile() {
+ oe_runmake nethogs
+}
+
+do_install() {
+ oe_runmake install PREFIX=${prefix} DESTDIR=${D}
+}
+
+FILES:${PN} = "${sbindir}/nethogs"
new file mode 100644
@@ -0,0 +1,4 @@
+require nethogs.inc
+
+# tag for v0.8.8
+SRCREV = "632a78846eb3cc3259dc45c59a47fa9c293a2831"