summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-17 10:43:38 +0200
committerDanilo M. <danix@danix.xyz>2026-04-17 10:43:38 +0200
commit2a871321763c4b8ff33da5d303eee0e698981cc1 (patch)
tree8b7ef2ae4d2baf1c21235a8efa85b8ba7ca01398 /data
parent691999527ce33b317c0af55b74cfee8218010836 (diff)
downloaddanixxyz-2a871321763c4b8ff33da5d303eee0e698981cc1.tar.gz
danixxyz-2a871321763c4b8ff33da5d303eee0e698981cc1.zip
feat: add repository data file with GitHub repos list
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"