Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2015-05-26 04:47:41 +0300
committerspf13 <steve.francia@gmail.com>2015-05-26 04:47:41 +0300
commitcd06e89be3a9eae24f8e995131a1f07ae4f97ea9 (patch)
treedb761bb0d2a04221e724ab7902be0ff78ea255df /.goxc.json
parentd4de261508d43ba0506e5a055eb516133b486446 (diff)
adding goxc config file
Diffstat (limited to '.goxc.json')
-rw-r--r--.goxc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.goxc.json b/.goxc.json
new file mode 100644
index 000000000..4de0783d1
--- /dev/null
+++ b/.goxc.json
@@ -0,0 +1,6 @@
+{
+ "ArtifactsDest": "$HOME/Code/GoBuilds/",
+ "OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
+ "BuildConstraints": "linux windows darwin freebsd netbsd",
+ "ConfigVersion": "0.9"
+}