PKGNAME=manboster
PKGSEC=utils
PKGDEP="glibc"
BUILDDEP="go git"
PKGDES="Personal AI Agent"

ABTYPE="gomod"
GO_LDFLAGS=(
    "-X 'github.com/manboster/manboster/internal/config.CurrentChannel=stable'"
)
GO_PACKAGES=("cmd/manboster")

# FIXME: github.com/jupyterrider/ffi only supports these architectures
# github.com/jupyterrider/ffi: build constraints exclude all Go files in /build/go/pkg/mod/github.com/jupyterrider/ffi@0.7.0
FAIL_ARCH="!(amd64|arm64|riscv64)"
