apbuild: parse global metadata
Add a parser for the global metadata of an APKBUILD file. To do this, mvdan.cc/sh is used which provides a shell parser and interpreter in go, so that it is all being done in-process.
Edited by Kevin Daudt
Add a parser for the global metadata of an APKBUILD file. To do this, mvdan.cc/sh is used which provides a shell parser and interpreter in go, so that it is all being done in-process.