Skip to content

Commit

Permalink
meta-lxatac-software: github-act-runner: UNPACKDIR transition
Browse files Browse the repository at this point in the history
TODO: some words about the destdir URL suffix

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Oct 4, 2024
1 parent a6c306b commit 72f6d14
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
SUMMARY = "GitHub act Runner"
DESCRIPTION = "Alternative implementation of the GitHub Action runner protocol written in Go"

GO_IMPORT = "github.com/ChristopherHX/github-act-runner"

SRC_URI = " \
git://github.com/ChristopherHX/github-act-runner.git;branch=main;protocol=https \
git://${GO_IMPORT};branch=main;protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IMPORT} \
file://github-act-runner.service \
"

Expand All @@ -12,8 +14,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
inherit go-mod
inherit systemd

GO_IMPORT = "github.com/ChristopherHX/github-act-runner"

RDEPENDS:${PN}:append = "nodejs"
RDEPENDS:github-act-runner-dev:append = "make bash"

Expand All @@ -25,5 +25,5 @@ do_compile[network] = "1"

do_install:append() {
install -d ${D}${systemd_system_unitdir}
install -m 0644 ${WORKDIR}/github-act-runner.service ${D}${systemd_system_unitdir}/
install -m 0644 ${UNPACKDIR}/github-act-runner.service ${D}${systemd_system_unitdir}/
}

0 comments on commit 72f6d14

Please sign in to comment.