1*4882a593SmuzhiyunSUMMARY = "Bitwise terminal calculator" 2*4882a593SmuzhiyunDESCRIPTION = "Bitwise is multi base interactive calculator \ 3*4882a593Smuzhiyunsupporting dynamic base conversion and bit manipulation.\ 4*4882a593SmuzhiyunIt's a handy tool for low level hackers, \ 5*4882a593Smuzhiyunkernel developers and device drivers developers." 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunHOMEPAGE = "https://github.com/mellowcandle/bitwise" 8*4882a593SmuzhiyunSECTION = "console/utils" 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunLICENSE = "GPL-3.0-only" 11*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunSRC_URI = "https://github.com/mellowcandle/bitwise/releases/download/v${PV}/bitwise-v${PV}.tar.gz \ 14*4882a593Smuzhiyun file://0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch \ 15*4882a593Smuzhiyun " 16*4882a593SmuzhiyunSRC_URI[sha256sum] = "f524f794188a10defc4df673d8cf0b3739f93e58e93aff0cdb8a99fbdcca2ffb" 17*4882a593Smuzhiyun 18*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/mellowcandle/bitwise/releases" 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunS = "${WORKDIR}/${BPN}-v${PV}" 21*4882a593Smuzhiyun 22*4882a593SmuzhiyunDEPENDS = "ncurses readline" 23*4882a593Smuzhiyun 24*4882a593Smuzhiyuninherit autotools 25