blob: 6b6acf1be83d9fa6c6ce7e25902f35606ec87e76 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Terminal based 'The Matrix' screen implementation"
Andrew Geissler595f6302022-01-24 19:11:47 +00002
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-3.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00004LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6SRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https"
7SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d"
8S = "${WORKDIR}/git"
9
10inherit cmake
11
12DEPENDS += "ncurses"
13
14FILES:${PN} += "${datadir}/* ${libdir}/kbd/*"