Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rclone: initial package #5839

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions cross/rclone/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
PKG_NAME = rclone
PKG_VERS = 1.64.2
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/rclone/rclone/archive/refs/tags
PKG_DIR = $(PKG_NAME)

BUILD_DEPENDS = native/go

HOMEPAGE = https://rclone.org/
COMMENT = Rclone is a command-line program to manage files on cloud storage.
LICENSE = MIT License

GO_SRC_DIR = $(WORK_DIR)/$(PKG_NAME)-$(PKG_VERS)
GO_BIN_DIR = $(GO_SRC_DIR)/$(PKG_NAME)

include ../../mk/spksrc.cross-go.mk
1 change: 1 addition & 0 deletions cross/rclone/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin:bin/rclone
3 changes: 3 additions & 0 deletions cross/rclone/digests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v1.64.2.tar.gz SHA1 7a6414c7b02ae2bee8c9f87d0f96ecfda9728e10
v1.64.2.tar.gz SHA256 85feffc2d60554bcc3c59140750dc4ccf008e109b52c451956a1f52387af1bd6
v1.64.2.tar.gz MD5 c0cd22786be0f1a85d027d0b2f596c75
21 changes: 21 additions & 0 deletions spk/rclone/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SPK_NAME = rclone
SPK_VERS = 1.64.2
SPK_REV = 1
SPK_ICON = src/logo.png

DEPENDS = cross/$(SPK_NAME)

MAINTAINER = fgma
DESCRIPTION = Rclone is a command-line program to manage files on cloud storage.
DISPLAY_NAME = rclone
STARTABLE = no

CHANGELOG = "Initial release."

HOMEPAGE = https://rclone.org/
LICENSE = MIT License
LICENSE_FILE = $(WORK_DIR)/$(SPK_NAME)-$(SPK_VERS)/COPYING

SPK_COMMANDS = bin/rclone

include ../../mk/spksrc.spk.mk
Binary file added spk/rclone/src/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.