From 0118ccf86db802fa613c30b5a31bf81e0ca3ec9a Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 18 Jun 2020 15:38:45 +0800 Subject: [PATCH] add yaml file --- dbus-glib.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dbus-glib.yaml diff --git a/dbus-glib.yaml b/dbus-glib.yaml new file mode 100644 index 0000000..ecc73c7 --- /dev/null +++ b/dbus-glib.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/dbus/dbus-glib.git +tag_prefix: "^dbus-glib-" +seperator: "." -- Gitee