File: rules

package info (click to toggle)
rust-tokei 12.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: makefile: 10
file content (10 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_installman:
	help2man \
		--name tokei \
		--no-info \
		debian/tokei/usr/bin/tokei > debian/tokei.1
	dh_installman -O--buildsystem=cargo