summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/repos.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/repos.yaml b/data/repos.yaml
new file mode 100644
index 0000000..4e1c2f7
--- /dev/null
+++ b/data/repos.yaml
@@ -0,0 +1,24 @@
+repos:
+ - name: "slackbuild-example-1"
+ description_key: "repo_example_1_desc"
+ github_url: "https://github.com/danix/slackbuild-example-1"
+ image: "images/repo-icons/example-1.png"
+ tags:
+ - "Slackware"
+ - "Build System"
+
+ - name: "slackbuild-example-2"
+ description_key: "repo_example_2_desc"
+ github_url: "https://github.com/danix/slackbuild-example-2"
+ image: "images/repo-icons/example-2.png"
+ tags:
+ - "Slackware"
+ - "Package"
+
+ - name: "slackbuild-example-3"
+ description_key: "repo_example_3_desc"
+ github_url: "https://github.com/danix/slackbuild-example-3"
+ image: "images/repo-icons/example-3.png"
+ tags:
+ - "Slackware"
+ - "Utilities"