blob: f91c593f784b10363f2ab57c44634b8ba8ab14e2 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Lightweight GTK+ terminal application"
2HOMEPAGE = "http://www.matchbox-project.org/"
3BUGTRACKER = "http://bugzilla.yoctoproject.org/"
4
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005LICENSE = "GPL-2.0-or-later"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05007 file://main.c;endline=20;md5=7d9d802a36298b5c74440a880e2f4817"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9DEPENDS = "gtk+3 vte"
10SECTION = "x11/utils"
11
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050012SRCREV = "99e6eb7db1b5fef110973d96194eec992a2515a2"
Andrew Geissler028142b2023-05-05 11:29:21 -050013SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
Andrew Geissler5082cc72023-09-11 08:41:39 -040015PV = "0.2+git"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17S = "${WORKDIR}/git"
18
Brad Bishop6dbb3162019-11-25 09:41:34 -050019inherit autotools pkgconfig features_check
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080020
21ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"