@@ 1,13 1,13 @@
image: archlinux
packages:
- - go
- - gtk2
- - gdk-pixbuf2
- - glib2
+ - go
+ - gtk2
+ - gdk-pixbuf2
+ - glib2
sources:
- - https://hg.sr.ht/~ser/gocryptfs
+ - https://hg.sr.ht/~ser/gocryptfs
tasks:
- build: |
- T=$(hg log -r "." --template "{latesttag}\n")
- [[ $T == "" ]] && T=$(hg bookmark -l . --template '{bookmarks}-{node|short}\n')
- go build -ldflags="-X main.Version=$T -s -w" .
+ build: |
+ T=$(hg log -r "." --template "{latesttag}\n")
+ [[ $T == "" ]] && T=$(hg bookmark -l . --template '{bookmarks}-{node|short}\n')
+ go build -ldflags="-X main.Version=$T -s -w" .