summaryrefslogtreecommitdiff
path: root/metadata.json
blob: af7b539e5e880c40cc033668ef1dd734d6253988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
    ]
}