internal/rosa: provide package metadata
All checks were successful
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 2m36s
Test / Hakurei (push) Successful in 3m42s
Test / ShareFS (push) Successful in 3m48s
Test / Sandbox (race detector) (push) Successful in 4m55s
Test / Hakurei (race detector) (push) Successful in 5m53s
Test / Flake checks (push) Successful in 1m35s
All checks were successful
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 2m36s
Test / Hakurei (push) Successful in 3m42s
Test / ShareFS (push) Successful in 3m48s
Test / Sandbox (race detector) (push) Successful in 4m55s
Test / Hakurei (race detector) (push) Successful in 5m53s
Test / Flake checks (push) Successful in 1m35s
This had to be done out-of-band because there was no way to efficiently represent these within Artifact. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"hakurei.app/internal/pkg"
|
||||
)
|
||||
|
||||
func (t Toolchain) newPCRE2() pkg.Artifact {
|
||||
func (t Toolchain) newPCRE2() (pkg.Artifact, string) {
|
||||
const (
|
||||
version = "10.43"
|
||||
checksum = "iyNw-POPSJwiZVJfUK5qACA6q2uMzP-84WieimN_CskaEkuw5fRnRTZhEv6ry2Yo"
|
||||
@@ -28,6 +28,14 @@ ln -s ../system/bin/toybox /bin/echo
|
||||
},
|
||||
},
|
||||
Diffutils,
|
||||
)
|
||||
), version
|
||||
}
|
||||
func init() {
|
||||
artifactsM[PCRE2] = Metadata{
|
||||
f: Toolchain.newPCRE2,
|
||||
|
||||
Name: "pcre2",
|
||||
Description: "a set of C functions that implement regular expression pattern matching",
|
||||
Website: "https://pcre2project.github.io/pcre2/",
|
||||
}
|
||||
}
|
||||
func init() { artifactsF[PCRE2] = Toolchain.newPCRE2 }
|
||||
|
||||
Reference in New Issue
Block a user