mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
nwg-shell: use go-mod-update-modules class
cleanup
This commit is contained in:
16
recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb
Normal file
16
recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb
Normal file
@ -0,0 +1,16 @@
|
||||
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"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};branch=main;protocol=https"
|
||||
SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e"
|
||||
|
||||
inherit go go-mod go-mod-update-modules
|
||||
|
||||
require ${PN}-go-mods.inc ${PN}-licenses.inc
|
||||
|
||||
GO_INSTALL = "${GO_IMPORT}"
|
||||
GO_LINKSHARED = ""
|
||||
|
Reference in New Issue
Block a user