Skip to content

Commit

Permalink
cd-hit: be0 conversion and update SRCURL
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Sep 20, 2019
1 parent d493a28 commit 061dd53
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions cd-hit-4.6.1_20120827-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions cd-hit.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION cd-hit-4.6.1-1

SRCURL[0]="https://github.com/weizhongli/cdhit/archive/V${PKGVERSION}.tar.gz ${PKGNAME}-${PKGVERSION}.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() {
start_cmd mkdir -p ${D}${BINDIR}
start_cmd make install PREFIX=${D}${BINDIR}
}

0 comments on commit 061dd53

Please sign in to comment.