Skip to content

Commit

Permalink
Merge pull request #2702 from mariux64/add-mold-1.3.1
Browse files Browse the repository at this point in the history
Add linker mold 1.3.1
  • Loading branch information
pmenzel authored Jul 4, 2022
2 parents 4e1f9d5 + 3b8fd72 commit f7dbe5d
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 f7dbe5d

Please sign in to comment.