File: rules

package info (click to toggle)
golang-sourcehut-rockorager-vaxis 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

execute_before_dh_auto_configure:
	cp -a debian/sixel .

ifneq (,$(filter $(DEB_HOST_ARCH), riscv64))
override_dh_auto_test:
endif

override_dh_auto_install:
	dh_auto_install -- --no-binaries