Skip to content
Permalink
0b1604ba15
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
 
 
Cannot retrieve contributors at this time
executable file 33 lines (23 sloc) 578 Bytes
#!/usr/bin/env beesh
# BEE_VERSION bedtools-2.29.2-0
# SRCURL[0]="https://github.com/arq5x/bedtools2/releases/download/v${PKGVERSION}/bedtools-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a600f2cd58768310cb8427eb1ae54c17/bedtools-2.29.2.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() {
# redirect /usr/local to /usr
bee_install prefix=${PREFIX}
}