Re: [aur-general] Packaging a go application

2019-09-07 Thread Morten Linderud via aur-general
On Sat, Sep 07, 2019 at 02:37:13PM +0200, Rhys Perry via aur-general wrote: > Hi, I am currently trying to package an application for use in the aur. The > problem I am having is the install() section. The only thing i need to be done > is for the package to move '$srcdir/$_gitname/fathom' into '/b

[aur-general] Packaging a go application

2019-09-07 Thread Rhys Perry via aur-general
Hi, I am currently trying to package an application for use in the aur. The problem I am having is the install() section. The only thing i need to be done is for the package to move '$srcdir/$_gitname/fathom' into '/bin/'. How would I turn that into a .tar.gz? Sorry if my question doesn't make