11 lines
287 B
Makefile
11 lines
287 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
PKG_NAME="synctools"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="www.jelos.org"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="Cloud/local sync tools metapackage."
|
|
|
|
PKG_DEPENDS_TARGET="rsync rclone syncthing"
|
|
|