nwg-shell: use S = UNPACKDIR

This commit is contained in:
Markus Volk
2024-05-21 15:53:00 +02:00
parent 410b34c168
commit d05b9cafe6
6 changed files with 12 additions and 6 deletions

View File

@ -10,10 +10,11 @@ RDEPENDS:${PN} = "go-runtime"
GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.3.9"
SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0"
S = "${UNPACKDIR}"
inherit go go-mod pkgconfig