diff options
| author | Jan Claußen <jan.claussen10@web.de> | 2023-11-18 19:26:46 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-19 19:47:48 -0800 |
| commit | ec6604203312a585b6dc51307936405734d87b24 (patch) | |
| tree | feff4e7f22a6d175fc0674b0fe81cda27a6bac60 /meta-oe/recipes-support/btop/btop_1.2.13.bb | |
| parent | 82d05080390dbcca40364d4b80152528f3e4e203 (diff) | |
| download | meta-openembedded-ec6604203312a585b6dc51307936405734d87b24.tar.gz | |
btop: Add recipe
Adds btop, the shell-based resource monitor that shows usage and stats for processor, memory, disks, network and processes.
Signed-off-by: Jan Claußen <jan.claussen10@web.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/btop/btop_1.2.13.bb')
| -rw-r--r-- | meta-oe/recipes-support/btop/btop_1.2.13.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb b/meta-oe/recipes-support/btop/btop_1.2.13.bb new file mode 100644 index 0000000000..a944fe7b51 --- /dev/null +++ b/meta-oe/recipes-support/btop/btop_1.2.13.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes." | ||
| 2 | HOMEPAGE = "https://github.com/aristocratos/btop" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | SECTION = "console/utils" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" | ||
| 8 | SRCREV = "9edbf27f1b6d5844a97325fcda732762ba086a99" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit cmake | ||
| 13 | |||
| 14 | FILES:${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 | " | ||
