Skip to content

Commit

Permalink
Merge pull request #3074 from mariux64/add-ioping-13
Browse files Browse the repository at this point in the history
ioping: introduce version 1.3
  • Loading branch information
wwwutz authored Feb 28, 2024
2 parents 4a8151c + 9f439a9 commit 8da94f7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ioping.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION ioping-1.3-0

# more info: https://github.com/koct9i/ioping/

# SRCURL[0]="https://github.com/koct9i/ioping/archive/refs/tags/v1.3.tar.gz ioping-1.3.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/65d952eadb3bc5ae1c428c76e0ee8c52/ioping-1.3.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
#}

0 comments on commit 8da94f7

Please sign in to comment.