Skip to content

rclone: Update to version 1.49.2 #1255

Merged
merged 1 commit into from
Sep 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions rclone.be0
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
#!/bin/env beesh

# BEE_VERSION rclone-1.47.0-0
# BEE_VERSION rclone-1.49.2-0

SRCURL[0]="https://github.com/ncw/rclone.git"
SRCURL[0]="https://github.com/rclone/rclone/archive/v${PKGVERSION}.tar.gz ${PKGNAME}-${PKGVERSION}.tar.gz"

export GOPATH=${B}/bee_go

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


#mee_patch() {
# bee_patch
#}
Expand All @@ -26,10 +19,7 @@ mee_build() {
}

mee_install() {

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

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

Expand Down