summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:11:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commitc01acd0383462e79db8cd22e148e37f59c26a6f4 (patch)
treed19c9ff208cdf08c5f2fc6350ecc095980f571d2
parentAdd cloc to cgit about filter. (diff)
downloadcgit-c01acd0383462e79db8cd22e148e37f59c26a6f4.tar.gz
cgit-c01acd0383462e79db8cd22e148e37f59c26a6f4.tar.xz
Add metadata.json
-rw-r--r--metadata.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..17e26eb
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,24 @@
+{
+ "name": "HugoNikanor-cgit",
+ "version": "0.1.0",
+ "author": "Hugo Hörnquist",
+ "license": "None",
+ "summary": "Configures cgit.",
+ "source": "https://git.hornquist.se/puppet/cgit",
+ "dependencies": [
+ {
+ "name": "puppet/nginx",
+ "version": ">= 3.3.0 < 4.0.0"
+ },
+ {
+ "name": "puppetlabs/stdlib",
+ "version": ">= 8.1.0 < 9.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "18"
+ ]
+ ]
+}