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:
parent
861eb8d295
commit
ca1d11b180
2 changed files with 19 additions and 0 deletions
7
Ports/rsync/package.sh
Executable file
7
Ports/rsync/package.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue