File: appstream

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[appstreamcli-validate]
apt = appstream
files = *.metainfo.xml *.appdata.xml
command = appstreamcli validate --pedantic {files}

[appstream-util-validate]
flags = network fixme fixme-silent
apt = appstream-util
files = *.metainfo.xml *.appdata.xml
comment = Need to clarify if we want validate-strict
command = appstream-util validate {files} | grep -v ': OK$'

# vim:ft=dosini