File debian.rules of Package fx

#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	go build -o fx ./cmd/fx

override_dh_auto_install:
	install -d $(DESTDIR)/usr/bin
	install -m 0755 fx $(DESTDIR)/usr/bin/fx
openSUSE Build Service is sponsored by