SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "rclone"

# SliTaz package receipt.

PACKAGE="rclone"
VERSION="1.59.0"
CATEGORY="system-tools"
SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more."
MAINTAINER="pankso@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://rclone.org/"

TARBALL="$PACKAGE-v${VERSION}-linux-386.zip"
WGET_URL="https://downloads.rclone.org/v$VERSION/$TARBALL"

DEPENDS="rsync"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/rclone/rclone/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    echo "Precompiled binary..."
    mkdir -p $install/usr/bin
    cp $src/rclone    $install/usr/bin
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)