summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-29 17:37:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-29 17:37:37 +0100
commit80ea14aff671b29e34a4653b45d6b7c5598db3bb (patch)
tree19a2b2c131f298fb795e2279029f146dcfc2b660 /metadata.json
parentInitial commit. (diff)
downloadxorg-master.tar.gz
xorg-master.tar.xz
Initial code add.HEADmaster
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..67d7e87
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,43 @@
+{
+ "name": "HugoNikanor-xorg",
+ "version": "0.1.0",
+ "author": "HugoNikanor",
+ "summary": "Handle Xorg configuration settings",
+ "license": "Apache-2.0",
+ "source": "https://git.hornquist.se/puppet/xorg",
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Archlinux"
+ },
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "18",
+ "20",
+ "22"
+ ]
+ },
+ {
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": [
+ "7",
+ "8"
+ ]
+ }
+ ],
+ "requirements": [
+ {
+ "name": "puppet",
+ "version_requirement": ">= 6.21.0 < 8.0.0"
+ }
+ ],
+ "dependencies": [
+ ],
+ "tags": [
+ "xorg",
+ "xorg.conf"
+ ],
+ "pdk-version": "2.5.0",
+ "template-url": "pdk-default#2.5.0",
+ "template-ref": "tags/2.5.0-0-g369d483"
+}