summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:11:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commitdc227c5151ec7eaae684dcde9212a413ae390562 (patch)
tree83cdfc1eaf923d674ffd14d992d12ae71064f6ec
parentMove pacman types into types subdir. (diff)
downloadpacman-dc227c5151ec7eaae684dcde9212a413ae390562.tar.gz
pacman-dc227c5151ec7eaae684dcde9212a413ae390562.tar.xz
Add metadata.json
-rw-r--r--metadata.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..af7b539
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,18 @@
+{
+ "name": "HugoNikanor-pacman",
+ "version": "0.1.0",
+ "author": "Hugo Hörnquist",
+ "license": "None",
+ "summary": "Interface with Arch Linux's package manager.",
+ "source": "https://git.hornquist.se/puppet/pacman",
+ "dependencies": [
+ {
+ "name": "puppetlabs/inifile",
+ "version": ">= 5.0.0 < 6.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ "operatingsystem": "Archlinux"
+ ]
+}
+