meta-wayland/recipes-gtk/nwg-shell/ddcpopup_git.bb

31 lines
707 B
BlitzBasic
Raw Normal View History

2022-07-01 17:07:43 +02:00
SUMMARY = "ddcpopup allows to control basic settings of external (not laptop built-in) monitors."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/README.md;md5=63b79d68c363846305e6bb4fbf116a35"
DEPENDS = " \
ddcutil \
gtk+3 \
gtk-layer-shell \
"
RDEPENDS:${PN} = "ddcutil"
GO_IMPORT = "github.com/nwg-piotr/ddcpopup.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
2022-07-01 17:07:43 +02:00
PV = "0.1"
SRCREV = "8fab5132e49e08a1eeaa7a0dd3350d06f4399200"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
2022-07-01 17:07:43 +02:00
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
2024-05-29 08:54:18 +02:00
GO_LINKSHARED = ""
2022-07-01 17:07:43 +02:00
do_compile[network] = "1"
do_install:append() {
mv ${D}${bindir}/main ${D}${bindir}/ddcpopup
}