sorry for late replay
i can be the maintainer if it's okay to be one week behind from any program update to update the package
because sometimes i can access computer on weekdays
also i get error when passing --build=$CBUILD and --host=$CHOST to configure
and compile fine without them, maybe you can help me
The Error Message:
```
checking build system type... x86_64-unknown-linux-gnu
checking host system type... Invalid configuration `x86_64-alpine-linux-musl': machine `x86_64-alpine-linux' not recognized
configure: error: /bin/sh utils/config.sub x86_64-alpine-linux-musl failed'`'`
```
On Thu, 15 Oct 2020 00:11:28 +0200
Al-Hassan Abdel-Raouf <alhassanaraouf@disroot.org> wrote:
> also i get error when passing --build=$CBUILD and --host=$CHOST to> configure> > and compile fine without them, maybe you can help me> > The Error Message:> > ```> checking build system type... x86_64-unknown-linux-gnu> checking host system type... Invalid configuration> `x86_64-alpine-linux-musl': machine `x86_64-alpine-linux' not> recognized configure: error: /bin/sh utils/config.sub> x86_64-alpine-linux-musl failed'`'` ```
Add update_config_guess inside prepare()
```sh
prepare() {
default_prepare
update_config_guess
}
```