1*4882a593SmuzhiyunSUMMARY = "Count blank lines, comment lines, and physical lines of source code \ 2*4882a593Smuzhiyunin many programming languages." 3*4882a593SmuzhiyunAUTHOR = "Al Danial" 4*4882a593Smuzhiyun 5*4882a593SmuzhiyunLICENSE="GPL-2.0-only" 6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunSRC_URI = "https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz" 9*4882a593SmuzhiyunSRC_URI[sha256sum] = "73570f9da159fab13846038de7c3d8772554117c04117281dcbe6e5c7b988264" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/AlDanial/${BPN}/releases" 12*4882a593Smuzhiyun 13*4882a593Smuzhiyundo_configure[noexec] = "1" 14*4882a593Smuzhiyundo_compile[noexec] = "1" 15*4882a593Smuzhiyun 16*4882a593Smuzhiyundo_install() { 17*4882a593Smuzhiyun install -D -m 0755 ${S}/cloc ${D}${bindir}/cloc 18*4882a593Smuzhiyun} 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunRDEPENDS:${PN} = "perl perl-modules" 21