run=(rsync)

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

packager="Great-OS Team"
maintainer="Great-OS Team"

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

source=(https://repo.great-os.org/files/great-os-${great_os_version}.tar.xz)

build() {
  cd great-os-${great_os_version}

  make DESTDIR=$PKG install-rsyncd
}
