Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Terminal based 'The Matrix' screen implementation" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 2 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-3.0-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 5 | |
| 6 | SRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https" |
| 7 | SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d" |
| 8 | S = "${WORKDIR}/git" |
| 9 | |
| 10 | inherit cmake |
| 11 | |
| 12 | DEPENDS += "ncurses" |
| 13 | |
| 14 | FILES:${PN} += "${datadir}/* ${libdir}/kbd/*" |