File: rules

package info (click to toggle)
golang-github-gofiber-schema 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 288 kB
  • sloc: makefile: 46
file content (7 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

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

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