File: rules

package info (click to toggle)
gox 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 50
  • sloc: makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DEB_BUILD_OPTIONS=nocheck

export DH_OPTIONS
export DH_GOPKG := github.com/mitchellh/gox

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

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/gox/usr/share/gocode