You are not logged in.
Recently I wrote little tool, which helps to create PKGBUILDs for Golang programs by running simple command:
go-makepkg -B "my package description" <URL>
It will create PKGBUILD and run makepkg to build package.
There are various options available for including files in the package and even providing autogenerated service file for Golang daemons.
Source code: https://github.com/seletskiy/go-makepkg
It's also available in the AUR: go-makepkg.
Offline