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"
|
|
|
|
|
2024-05-29 08:38:03 +02:00
|
|
|
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
|
2023-06-25 20:06:34 +02:00
|
|
|
PV = "0.1.5"
|
|
|
|
SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e"
|
2024-05-29 08:38:03 +02:00
|
|
|
S = "${WORKDIR}/sources"
|
|
|
|
UNPACKDIR = "${S}"
|
2021-10-10 07:20:36 +02:00
|
|
|
|
|
|
|
inherit go go-mod
|
|
|
|
|
|
|
|
GO_INSTALL = "${GO_IMPORT}"
|
2024-05-29 08:54:18 +02:00
|
|
|
GO_LINKSHARED = ""
|
2021-10-10 07:20:36 +02:00
|
|
|
|
2022-01-08 03:38:07 +01:00
|
|
|
do_compile[network] = "1"
|
|
|
|
|