run=(rsync)

description="Synchronizing files over a network by sending just the differences in the files."
url="http://samba.anu.edu.au/rsync/"

packager="Grat-OS Team"
maintainer="Grat-OS Team"

name=rsync-server
version=3.4.0
release=1
grat_os_version=1.0-RC1

source=(https://repo.grat-os.fr/files/grat-os-${grat_os_version}.tar.xz)

build() {
  cd grat-os-${grat_os_version}

  make DESTDIR=$PKG install-rsyncd
}
