diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 03:14:11 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 03:33:15 +0900 |
| commit | ef414ab01a28b61ef01766c3dd28ed2342f5ab75 (patch) | |
| tree | 314a8f471c8c052da0936549ecac2d052f52932a /internal/rosa/libev.go | |
| parent | 96abf266dd8bbbb4ea65c74a3f84f2461a6021a7 (diff) | |
internal/rosa/package: migrate many libraries
This also adds more string helpers.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/libev.go')
| -rw-r--r-- | internal/rosa/libev.go | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/internal/rosa/libev.go b/internal/rosa/libev.go deleted file mode 100644 index 6015382a..00000000 --- a/internal/rosa/libev.go +++ /dev/null @@ -1,24 +0,0 @@ -package rosa - -import "hakurei.app/internal/pkg" - -func (t Toolchain) newLibev() (pkg.Artifact, string) { - const ( - version = "4.33" - checksum = "774eSXV_4k8PySRprUDChbEwsw-kzjIFnJ3MpNOl5zDpamBRvC3BqPyRxvkwcL6_" - ) - return t.NewPackage("libev", version, newTar( - "https://dist.schmorp.de/libev/Attic/libev-"+version+".tar.gz", - checksum, - pkg.TarGzip, - ), nil, (*MakeHelper)(nil)), version -} -func init() { - native.mustRegister(Toolchain.newLibev, &Metadata{ - Name: "libev", - Description: "a full-featured and high-performance event loop", - Website: "http://libev.schmorp.de/", - - ID: 1605, - }) -} |
