From a091297fbd70109c145f23f525e45acc2cd7f656 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Thu, 2 Jul 2020 17:52:02 +0800 Subject: [PATCH] add yaml file --- libinput.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libinput.yaml diff --git a/libinput.yaml b/libinput.yaml new file mode 100644 index 0000000..0360d73 --- /dev/null +++ b/libinput.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/libinput/libinput.git +tag_prefix: "^v" +seperator: "." -- Gitee