smemstat_0.02.13.bb 555 B

12345678910111213141516171819202122
  1. SUMMARY = "smemstat reports the physical memory usage taking into consideration shared memory"
  2. HOMEPAGE = "https://github.com/ColinIanKing/smemstat"
  3. LICENSE = "GPL-2.0-or-later"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  5. DEPENDS = "ncurses"
  6. SRC_URI = "git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master"
  7. SRCREV = "1edc560602aa116b96408110b8b9d66a4edef60e"
  8. S = "${WORKDIR}/git"
  9. inherit bash-completion
  10. do_compile () {
  11. oe_runmake smemstat
  12. }
  13. do_install () {
  14. oe_runmake DESTDIR=${D} install
  15. }