summaryrefslogtreecommitdiff
path: root/homebrew/librsync/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/librsync/.make.sh-auto')
-rw-r--r--homebrew/librsync/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/librsync/.make.sh-auto b/homebrew/librsync/.make.sh-auto
new file mode 100644
index 000000000..3be891a8f
--- /dev/null
+++ b/homebrew/librsync/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make DESTDIR=${PKG_DEST} install
+man1.install "doc/rdiff.1"
+man3.install "doc/librsync.3"