From 6831e8358f2e8159b97f87971bf361494901e0bb Mon Sep 17 00:00:00 2001 From: "Zengweifeng (Weifeng Zeng)" Date: Wed, 23 Sep 2020 11:38:49 +0800 Subject: [PATCH] add some yaml file --- upstream-info/glpk.yaml | 4 ++++ upstream-info/hello.yaml | 4 ++++ upstream-info/openjfx8.yaml | 4 ++++ upstream-info/tss2.yaml | 4 ++++ upstream-info/unicode-ucd.yaml | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 upstream-info/glpk.yaml create mode 100644 upstream-info/hello.yaml create mode 100644 upstream-info/openjfx8.yaml create mode 100644 upstream-info/tss2.yaml create mode 100644 upstream-info/unicode-ucd.yaml diff --git a/upstream-info/glpk.yaml b/upstream-info/glpk.yaml new file mode 100644 index 00000000..137cc49a --- /dev/null +++ b/upstream-info/glpk.yaml @@ -0,0 +1,4 @@ +version_control: ftp +src_repo: https://ftp.gnu.org/gnu/glpk/ +tag_pattern: glpk-(.*).tar.gz +separator: "." diff --git a/upstream-info/hello.yaml b/upstream-info/hello.yaml new file mode 100644 index 00000000..6e409d2f --- /dev/null +++ b/upstream-info/hello.yaml @@ -0,0 +1,4 @@ +version_control: ftp +src_repo: http://ftp.gnu.org/gnu/hello/ +tag_pattern: hello-(.*).tar.gz +separator: "." diff --git a/upstream-info/openjfx8.yaml b/upstream-info/openjfx8.yaml new file mode 100644 index 00000000..e6c03f72 --- /dev/null +++ b/upstream-info/openjfx8.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jschwartzenberg/openjfx8 +tag_prefix: +separator: . \ No newline at end of file diff --git a/upstream-info/tss2.yaml b/upstream-info/tss2.yaml new file mode 100644 index 00000000..07c74499 --- /dev/null +++ b/upstream-info/tss2.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.code.sf.net/p/ibmtpm20tss/tss +tag_prefix: ^v +separator: . \ No newline at end of file diff --git a/upstream-info/unicode-ucd.yaml b/upstream-info/unicode-ucd.yaml new file mode 100644 index 00000000..f52e615a --- /dev/null +++ b/upstream-info/unicode-ucd.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: open-i18n/data-unicode-ucd +tag_prefix: ^v +separator: . -- Gitee