aboutsummaryrefslogtreecommitdiff
path: root/package.bash
blob: aeb52b222766079bcc8c9307db9118d57c9d3690 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -eux

tag=$(git describe --tags)
cd gocryptfs_main
go build
tar czvf ../gocryptfs_$tag.tar.gz gocryptfs gocryptfs_main