xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Terminal based 'The Matrix' screen implementation"
2*4882a593SmuzhiyunAUTHOR = "Abishek V Ashok"
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https"
8*4882a593SmuzhiyunSRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d"
9*4882a593SmuzhiyunS = "${WORKDIR}/git"
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuninherit cmake
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunDEPENDS += "ncurses"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunFILES:${PN} += "${datadir}/* ${libdir}/kbd/*"
16