Skip to content

Commit

Permalink
rclone: add version 1.47.0
Browse files Browse the repository at this point in the history
Rclone is a command line program to sync files and directories to and
from cloud services. https://rclone.org/
  • Loading branch information
wwwutz committed Jun 6, 2019
1 parent 624c35c commit 126b190
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions rclone.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/bin/env beesh

# BEE_VERSION rclone-1.47.0-0

SRCURL[0]="https://github.com/ncw/rclone.git"

export GOPATH=${B}/bee_go

mee_getsources() {
cd ${S}
git clone ${SRCURL} .
git checkout v${PKGFULLVERSION}
}


#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build
}

mee_install() {

mkdir -p ${D}/usr/bin
cp ${GOPATH}/bin/rclone ${D}/usr/bin

mkdir -p ${D}/usr/share/man/man1
cp ${S}/rclone.1 ${D}/usr/share/man/man1

}

0 comments on commit 126b190

Please sign in to comment.