[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: packages built with golang



Cousin Stanley wrote:
>   Reading this newsgroup earlier today
>   someone mentioned the  hugo  package
>   for static site generation.
>
>   I was curious about the package
>   so I tried .... 
>
>     $ apt-cache show hugo

  ...

  i have been building hugo on my Debian system for
quite a while now.

  grab the whole repository and build it.  it will
be more up to date.

1. git clone <url>:

2. cd hugo

3. go install -tags extended

  i need the extended version but if you don't you can leave that
option off.

  the hugo binary ends up in $HOME/go/bin

  if you need a specific version you can check it out before
building.

  all those golang packages are then not needed.  just the base
ones are installed.


ii  golang-1.17-doc                      1.17.8-1                           all          Go programming language - documentation
ii  golang-1.17-go                       1.17.8-1                           amd64        Go programming language compiler, linker, compiled stdlib
ii  golang-1.17-src                      1.17.8-1                           all          Go programming language - source files
ii  golang-go:amd64                      2:1.17~1                           amd64        Go programming language compiler, linker, compiled stdlib
ii  golang-src                           2:1.17~1                           all          Go programming language - source files


  songbird


Reply to: