description:= getopt.StringLong("description",'d',"The easiest, most secure, cross platform way to use WireGuard + oauth2 + 2FA/SSO","package description")
description:=flag.String("description","The easiest, most secure, cross platform way to use WireGuard + oauth2 + 2FA/SSO","package description")
goarch:= getopt.StringLong("arch",'a',"amd64","GOARCH this package is for")
goarch:=flag.String("arch","amd64","GOARCH this package is for")
pkgType:= getopt.StringLong("type",'t',"deb","type of package to build (deb or rpm)")
pkgType:=flag.String("type","deb","type of package to build (deb or rpm)")
files:= getopt.StringLong("files",'F',"","comma-separated list of files in src:dst form")
files:=flag.String("files","","comma-separated list of files in src:dst form")
configFiles:= getopt.StringLong("configs",'C',"","like --files, but for files marked as user-editable config files")
configFiles:=flag.String("configs","","like --files, but for files marked as user-editable config files")
emptyDirs:= getopt.StringLong("emptydirs",'E',"","comma-separated list of empty directories")
emptyDirs:=flag.String("emptydirs","","comma-separated list of empty directories")
version:= getopt.StringLong("version",0,"0.0.0","version of the package")
version:=flag.String("version","0.0.0","version of the package")