Install this version:
emerge -a =app-misc/amazfitbiptools-bin-1.0.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/amazfitbiptools-bin-1.0.3.1
Or alternatively:
emerge --autounmask-write -a =app-misc/amazfitbiptools-bin-1.0.3.1
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit wrapper
DESCRIPTION="Amazfit Bip Tools (for watchface/firmware cooking)"
HOMEPAGE="https://bitbucket.org/valeronm/amazfitbiptools"
SRC_URI="https://bitbucket.org/valeronm/amazfitbiptools/downloads/AmazfitBipTools-${PV}.7z"
S="${WORKDIR}"
LICENSE="Ms-PL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-arch/7zip"
RDEPEND="dev-lang/mono"
src_install() {
insinto /opt/${PN}
doins -r *
make_wrapper "WatchFace" "mono WatchFace.exe" "/opt/${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | AmazfitBipTools-1.0.3.1.7z | 402912 bytes | https://bitbucket.org/valeronm/amazfitbiptools/downloads/AmazfitBipTools-1.0.3.1.7z |