File: rules

package info (click to toggle)
git-pages-cli 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export GOROOT := /usr/lib/go-1.26
export PATH := /usr/lib/go-1.26/bin:$(PATH)

%:
	dh ${@} --builddirectory=debian/_build --buildsystem=golang

override_dh_auto_install:
	dh_auto_install -- --no-source