1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:27:44 +00:00

Ports: Added rsync port

This commit is contained in:
Ed Rochenski 2020-05-01 22:35:01 -04:00 committed by Andreas Kling
parent 861eb8d295
commit ca1d11b180
2 changed files with 19 additions and 0 deletions

7
Ports/rsync/package.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash ../.port_include.sh
port=rsync
version=3.1.3
useconfigure="true"
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc"
configopts="--target=i686-pc-serenity"