even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

11
packages/rsync.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "rsync")
(version "3.4.1")
(homepage "https://rsync.samba.org/")
(dependencies openssl libxxhash zstd lz4)
(src (tar
(url "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz")
(dir "rsync-3.4.1")
(blake3 "e1cfdd51a1a89a49e73f8fa730a4321392fe4a29533c0979c2c09c7ce3808b6f")))
(build
(configure_make)))