cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
291 stars 51 forks source link

build: Create debian package during build #174

Closed kriskwiatkowski closed 4 years ago

kriskwiatkowski commented 5 years ago

Goal is to create go package with this implementation of TLS

Lekensteyn commented 5 years ago

What kind of installation prefix would you like to use? Instead of providing a deb package, a tarball could also be created, similar to https://golang.org/doc/install.

It should be pretty straight-forward though, just copy _dev/GOROOT/... What is the intended use?

kriskwiatkowski commented 5 years ago

I would like something very similar to our internal build of go-crypto, hence .deb. Also some people asked for this long time ago

What kind of installation prefix would you like to use?

/usr/local/go-something

kriskwiatkowski commented 5 years ago

I mean, tar.gz could also be provided and that's beneficial.