update deb instructions

This commit is contained in:
idk
2019-05-18 18:13:16 -04:00
parent 4830ef434a
commit 87a4e609bb
2 changed files with 23 additions and 0 deletions

View File

@ -70,6 +70,21 @@ func checkErr(err error) {
}
```
### .deb package
A package for installing this on Debian is buildable, and a version for Ubuntu
is available as a PPA and mirrored via i2p. To build the deb package, from the
root of this repository with the build dependencies installed(git, i2p, go,
debuild) run the command
debuild -us -uc
to produce an unsigned deb for personal use only. For packagers,
debuild -S
will produce a viable source package for use with Launchpad PPA's and other
similar systems.
### TODO
* Implement `STREAM ACCEPT` and `STREAM FORWARD`

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
golang-github-eyedeekay-gosam (0.3.2.0) bionic; urgency=medium
* Enable persistent destinations
* Make Base32 and Base64 addresses retrievable from client
* bug fixes
-- idk <hankhill19580@gmail.com> Fri, 18 May 2019 18:12:21 -0500
golang-github-eyedeekay-gosam (0.1.1) bionic; urgency=medium
* Incorporate all the recent bug-fixes and improvements and stabilize.