blob: 455561f613b4aeef9e013f3dd9a3a233e59df770 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "ncurses IRC client"
2DESCRIPTION = "Irssi is an ncurses IRC client"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
5
6DEPENDS = "glib-2.0 ncurses openssl"
7
8SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05009SRC_URI[sha256sum] = "79a4765d2dfe153c440a1775b074d5d0682b96814c7cf92325b5e15ce50e26a8"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12
13inherit autotools pkgconfig
14
15EXTRA_OECONF += "--with-textui \
16 --with-proxy \
17 --with-bot \
18 --with-perl=no \
19 --enable-true-color"
Andrew Geisslereafcbb82020-06-05 17:59:17 -050020
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a"