Initial support for australis as a debian package. Sample config file should be added. Using docker to build.
This commit is contained in:
parent
032ee08af1
commit
1a046b30af
6 changed files with 42 additions and 0 deletions
debian
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue