Skip to content

Commit

Permalink
mold: Add version 1.3.1
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
pmenzel committed Jul 4, 2022
1 parent 4e1f9d5 commit 3b8fd72
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions mold.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 3b8fd72

Please sign in to comment.