blob: a944fe7b51cf19d6ccc8a05d0cf10b98fc6bd944 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
2HOMEPAGE = "https://github.com/aristocratos/btop"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5SECTION = "console/utils"
6
7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main"
8SRCREV = "9edbf27f1b6d5844a97325fcda732762ba086a99"
9
10S = "${WORKDIR}/git"
11
12inherit cmake
13
14FILES:${PN} += " \
15 ${datadir}/icons \
16 ${datadir}/icons/hicolor \
17 ${datadir}/icons/hicolor/48x48 \
18 ${datadir}/icons/hicolor/scalable \
19 ${datadir}/icons/hicolor/48x48/apps \
20 ${datadir}/icons/hicolor/48x48/apps/btop.png \
21 ${datadir}/icons/hicolor/scalable/apps \
22 ${datadir}/icons/hicolor/scalable/apps/btop.svg \
23"