From 1d64b325a53bb82fae773fb37aad8cb285f1e552 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 02:49:15 +0000 Subject: added rsync --- repo/core/rsync.xibuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repo/core/rsync.xibuild (limited to 'repo/core/rsync.xibuild') diff --git a/repo/core/rsync.xibuild b/repo/core/rsync.xibuild new file mode 100644 index 0000000..966dbee --- /dev/null +++ b/repo/core/rsync.xibuild @@ -0,0 +1,15 @@ +#!/bin/bash + +DEPS=(sh) + +SOURCE=https://github.com/WayneD/rsync/archive/refs/tags/v3.2.3.tar.gz +DESC="A utility that provides fast incremental file transfer" + + +build () { + ./configure --prefix=/usr + make + make check + make DESTDIR=$PKG_DEST install +} + -- cgit v1.2.1