golang: split compile recipe into configure and compile
authorMichael Pratt <redacted>
Fri, 20 May 2022 08:38:41 +0000 (04:38 -0400)
committerMichael Pratt <redacted>
Fri, 27 May 2022 06:39:52 +0000 (02:39 -0400)
commitabf28899a0484216e070476c1eb016525c6d6d7d
tree9e3bd5b1c2661ad331822a107507fc6d403ceedb
parent0b5eb86718d1c228cef92d6c370666965fdb441d
golang: split compile recipe into configure and compile

the default Configure recipe for packages
assumes that there is a "configure" script
in the source tree directory

Go does not have such a script,
configure and compile is done with the same script

so split the current Compile recipe
into both Configure and Compile recipes

Signed-off-by: Michael Pratt <redacted>
lang/golang/golang/Makefile
git clone https://git.99rst.org/PROJECT