From 3b8fd726dfd6584ca1d5d709bb4bc6d87c58ebf5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Jul 2022 11:45:18 +0200 Subject: [PATCH] mold: Add version 1.3.1 [Description][1]: > mold is a faster drop-in replacement for existing Unix linkers. It is > several times faster than the LLVM lld linker, the second-fastest > open-source linker which I originally created a few years ago. mold is > designed to increase developer productivity by reducing build time, > especially in rapid debug-edit-rebuild cycles. [1]: https://github.com/rui314/mold --- mold.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 mold.be0 diff --git a/mold.be0 b/mold.be0 new file mode 100755 index 000000000..ca3d12ecb --- /dev/null +++ b/mold.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mold-1.3.1-0 + +# https://github.com/rui314/mold/ +# SRCURL[0]="https://github.com/rui314/mold/archive/refs/tags/v1.3.1.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/caeec8fadaea5fcee6e8783534087275/mold-1.3.1.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}