From 910bfeb6f3fe9f85a2bcad93c5e9325451441f1e Mon Sep 17 00:00:00 2001 From: gaochao_100 Date: Fri, 12 Jun 2020 17:41:12 +0800 Subject: [PATCH] add yaml file in package --- pixman.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pixman.yaml diff --git a/pixman.yaml b/pixman.yaml new file mode 100644 index 0000000..c7b376c --- /dev/null +++ b/pixman.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/pixman/pixman.git +tag_prefix: ^pixman- +seperator: . -- Gitee