Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
check: update to 0.14.0
- be0ify
- has moved to github
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 7, 2020
1 parent 8ea1fc6 commit 5cfd2da
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
30 changes: 0 additions & 30 deletions check-0.9.8-0.bee

This file was deleted.

34 changes: 34 additions & 0 deletions check.be0
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION check-0.14.0-0

# more info: https://github.com/libcheck

# SRCURL[0]="https://github.com/libcheck/check/releases/download/0.14.0/check-0.14.0.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/270e82a445be6026040267a5e11cc94b/check-0.14.0.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 5cfd2da

Please sign in to comment.