Skip to content
Permalink
master
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 28 lines (20 sloc) 617 Bytes
#!/bin/env beesh
# BEE_VERSION rclone-1.53.1-0
SRCURL[0]="https://github.com/rclone/rclone/releases/download/v${PKGVERSION}/rclone-v${PKGVERSION}.tar.gz"
# bee download -c 043016318039f1aea3f004147c996e38db33d9c3 https://github.com/rclone/rclone.git
SRCURL[0]="https://beehive.molgen.mpg.de/fa489ef1ae1739820f8fff043f46b807/rclone-1.53.1_p0_043016318.tar.bz2"
export GOPATH=${B}/bee_go
#mee_patch() {
# bee_patch
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
mkdir -p ${D}/usr/share/man/man1
cp ${S}/rclone.1 ${D}/usr/share/man/man1
}