File: Source.cmake

package info (click to toggle)
ausweisapp2 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,632 kB
  • sloc: cpp: 114,622; python: 2,833; xml: 1,426; java: 923; sh: 186; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
step(${T_CFG} --preset ci-tools)
step(${T_TARGET} package_source)

file(GLOB TARBALL "${T_BUILD_DIR}/*.tar.gz")
hashsum(${TARBALL})

block()
	include(Files)
endblock()
prepare_gpg(GPG_CMD)
step(${GPG_CMD} -a --detach-sig -u $ENV{GPG_ID} ${TARBALL})