summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rsync.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/rsync.morph b/rsync.morph
new file mode 100644
index 00000000..6436a3a1
--- /dev/null
+++ b/rsync.morph
@@ -0,0 +1,9 @@
+{
+ "name": "rsync",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "build-commands": [
+ "make proto",
+ "make"
+ ]
+}