File: rules

package info (click to toggle)
rust-alacritty 0.11.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,272 kB
  • sloc: sh: 201; xml: 30; makefile: 7
file content (8 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_install:
	# Rename the logo so it aligns with the desktop file
	cp extra/logo/alacritty-term.svg extra/logo/Alacritty.svg
	FISH_COMPDIR=$$(pkg-config --variable completionsdir fish) dh_install