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

17 lines
418 B
BlitzBasic
Raw Normal View History

2021-10-10 07:20:36 +02:00
SUMMARY = "Go version of the psuinfo python script."
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=22ed6cb3c33862e689e075b45066a779"
GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git"
2021-11-23 17:16:27 +01:00
SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https"
2022-09-02 17:26:48 +02:00
PV = "0.1.2"
SRCREV = "8380a5bd8e200b14badb8e75762bf84a25ab1dd9"
2021-10-10 07:20:36 +02:00
inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
do_compile[network] = "1"