aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/smemstat/smemstat_0.02.11.bb
blob: 21f315b1c25796edf836335029f7d9b2ac5d9799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "smemstat reports the physical memory usage taking into consideration shared memory"
HOMEPAGE = "https://github.com/ColinIanKing/smemstat"
LICENSE = "GPL-2.0-or-later"

LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

DEPENDS = "ncurses"

SRC_URI = "git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master"
SRCREV = "9eea7504ab33783d804c4ed9237e299effb68874"

S = "${WORKDIR}/git"

inherit bash-completion

do_compile () {
    oe_runmake smemstat
}

do_install () {
    oe_runmake DESTDIR=${D} install
}