Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "ncurses IRC client" |
| 2 | DESCRIPTION = "Irssi is an ncurses IRC client" |
| 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8" |
| 5 | |
| 6 | DEPENDS = "glib-2.0 ncurses openssl" |
| 7 | |
| 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" |
| 9 | SRC_URI[sha256sum] = "72a951cb0ad622785a8962801f005a3a412736c7e7e3ce152f176287c52fe062" |
| 10 | |
| 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 12 | |
| 13 | inherit autotools pkgconfig |
| 14 | |
| 15 | EXTRA_OECONF += "--with-textui \ |
| 16 | --with-proxy \ |
| 17 | --with-bot \ |
| 18 | --with-perl=no \ |
| 19 | --enable-true-color" |
| 20 | |
| 21 | FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a" |