Initial support for australis as a debian package. Sample config file should be added. Using docker to build.

This commit is contained in:
Renan DelValle 2018-10-24 14:10:39 -07:00
parent 032ee08af1
commit 1a046b30af
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 42 additions and 0 deletions
debian

14
debian/rules vendored Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
%:
dh $@
clean:
rm -rf $(CURDIR)/build
override_dh_auto_build:
mkdir $(CURDIR)/build
docker run --rm -v "$(CURDIR)":/go/src/github.com/rdelval/australis -w /go/src/github.com/rdelval/australis golang:1.11 go build -o build/australis