diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-13 07:52:56 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-13 07:52:56 +0800 |
| commit | 53e0c3360054ac1195d3ab2c52c6f6303df6168a (patch) | |
| tree | 52db80f36a67b715f1a2e21ae9bb59f40ee772ed /repos/extra/mimalloc/abuild | |
| parent | 45f9059a45b70d19b90ba3ba664df1679d7bccaf (diff) | |
| download | alicelinux-53e0c3360054ac1195d3ab2c52c6f6303df6168a.tar.gz alicelinux-53e0c3360054ac1195d3ab2c52c6f6303df6168a.zip | |
mimalloc: new added
Diffstat (limited to 'repos/extra/mimalloc/abuild')
| -rwxr-xr-x | repos/extra/mimalloc/abuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/mimalloc/abuild b/repos/extra/mimalloc/abuild new file mode 100755 index 00000000..482a3b94 --- /dev/null +++ b/repos/extra/mimalloc/abuild @@ -0,0 +1,4 @@ +name=mimalloc +version=3.0.1 +release=1 +source="https://github.com/microsoft/${name}/archive/v${version}/${name}-v${version}.tar.gz" |