Skip to content

apbuild: parse global metadata

Kevin Daudt requested to merge parse-apkbuild into master

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

Merge request reports