blob: a5534e582ae376757fbb6a84be87db539c114855 (
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.4.0
pkgrel = 3
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.4.0.tar.gz
sha512sums = 34d830b68eeeb6384c12074202343ae0a1bb12e2a7fd7c869b04075e1e8df941896ac30c66f7fa1ed8482c8bd4c68f64ae920b105181e3f0f7303b5fb645020b
pkgname = colin
|