blob: e2867e84b757e80d3655138f2f78e247f4423986 [file] [log] [blame]
SUMMARY = "ncurses IRC client"
DESCRIPTION = "Irssi is an ncurses IRC client"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
DEPENDS = "glib-2.0 ncurses openssl"
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
SRC_URI[md5sum] = "271d2fd875cddd34526234d8a766d82c"
SRC_URI[sha256sum] = "5ccc2b89a394e91bea0aa83a951c3b1d471c76da87b4169ec435530a31bf9732"
inherit autotools pkgconfig
EXTRA_OECONF += "--with-textui \
--with-proxy \
--with-bot \
--with-perl=no \
--enable-true-color"