Skip to content

Commit

Permalink
libdispatch: add version 5.5
Browse files Browse the repository at this point in the history
- needed for deadbeef
  • Loading branch information
wwwutz committed Nov 25, 2021
1 parent c7a930b commit e0a9a4b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions libdispatch.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION libdispatch-5.5-0

# SRCURL[0]="https://github.com/apple/swift-corelibs-libdispatch/archive/refs/tags/swift-5.5-RELEASE.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/865c9d5225e29cbeebb903faa5e29a2c/swift-5.5-RELEASE.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {

bee_configure \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++

}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit e0a9a4b

Please sign in to comment.