summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
blob: 8056c3fdb3a782acf69bf73a0aa0382155a66fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: freefilesync
Section: utils
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=13~),
               g++-12,
               imagemagick,
               libcurl4-openssl-dev (>= 7.84),
               libglibmm-2.4-dev | glibmm24-devel,
               libgtk-3-dev,
               libselinux1-dev,
               libssh2-1-dev (>= 1.10),
               libssl-dev (>= 3.0~),
               libwxgtk3.2-dev,
               pkgconf,
               unzip,
               zlib1g-dev,
Standards-Version: 4.6.2
Homepage: https://freefilesync.org/

Package: freefilesync
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
         xdg-utils
Description: cross-platform file sync utility, gpl release
 FreeFileSync is a folder comparison and synchronization software that
 creates and manages backup copies of all your important files. Instead
 of copying every file every time, FreeFileSync determines the
 differences between a source and a target folder and transfers only the
 minimum amount of data needed. FreeFileSync is Open Source software,
 available for Windows, Linux and macOS.
bgstack15