1
0
forked from rosa/hakurei

internal/rosa/git: determine reporting name from url

This is generally correct, and is a lot cleaner to call.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-02 22:42:16 +09:00
parent b948525c07
commit 15bff9e1a6
2 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) {
checksum = "3ei-6DUVtYzrRVe-SubtNgRlweXd6H2qHmUu-_5qVyIn6gSTvZbGS2u79Y8IFb2N"
)
return t.NewPackage("p11-kit", version, t.NewViaGit(
"p11-kit-src", "https://github.com/p11-glue/p11-kit.git",
"https://github.com/p11-glue/p11-kit.git",
"refs/tags/"+version, mustDecode(checksum),
), nil, &MesonHelper{
Setup: []KV{