blob: e18034f3c119344186a5f248785da5d224bfafaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = config-file-validator
pkgdesc = A tool to validate the syntax of configuration files
pkgver = 1.8.0
pkgrel = 1
url = https://github.com/Boeing/config-file-validator
arch = x86_64
license = Apache 2.0
makedepends = go>=1.21
makedepends = git
makedepends = sed
depends = glibc
source = git+https://github.com/Boeing/config-file-validator.git
md5sums = SKIP
sha256sums = SKIP
pkgname = config-file-validator
|