File: rules

package info (click to toggle)
golang-github-docker-go-plugins-helpers 0.20211224-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 29
file content (8 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DH_GOLANG_BUILDPKG := \
	github.com/docker/go-plugins-helpers/sdk \
	github.com/docker/go-plugins-helpers/volume

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