File: rules

package info (click to toggle)
golang-github-sylabs-sif 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,244 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := test

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

# skip install /usr/bin/test
override_dh_auto_build:
	DH_GOLANG_EXCLUDES="sylabs/sif/test" \
	dh_auto_build --builddirectory=_build --buildsystem=golang