blob: dc8a2919aeff6c3b31e320a92f709fb94514085b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = colin
pkgdesc = Tool to check generic rules/best-practices for containers/images/dockerfiles.
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/user-cont/colin
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
depends = python-click
depends = python-six
depends = python-dockerfile-parse
depends = python-fmf
depends = python-pyaml
optdepends = podman: for checking image target-type
optdepends = ostree: to use ostree target
optdepends = atomic: to use ostree target
optdepends = skopeo: to use ostree target
conflicts = colin-git
source = https://github.com/user-cont/colin/archive/0.5.0.tar.gz
sha512sums = 01685bd681bb5482e8a6f284613a0aa303df64eba1b53824dbbc89fe9cd92b8cdd9585ccdac5bb67d023007c572c210c821cd9d5d0a81577c91de3671a15e8a6
pkgname = colin
|