Skip to content
Permalink
66a911b91c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
cleanup bee-file

This version has some bug fixes.
Request from Stefan Budach helpdesk "bedtools update?" 29.06.18T10:14
2 contributors

Users who have contributed to this file

@pmenzel @david
executable file 35 lines (23 sloc) 515 Bytes
#!/usr/bin/env beesh
# BEE_VERSION bedtools-2.27.1-0
SRCURL[0]="https://github.com/arq5x/bedtools2/releases/download/v${PKGVERSION}/bedtools-${PKGVERSION}.tar.gz"
# PATCHURL+=()
# EXCLUDE+=()
# 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 prefix=${PREFIX}
}
# by default this may be 'make install DESTDIR="${D}"'