app-misc/amazfitbiptools-bin - 1.0.3.1 (mva)

Search

Install

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

Package Information

Description:
Amazfit Bip Tools (for watchface/firmware cooking)
Homepage:
https://bitbucket.org/valeronm/amazfitbiptools
License:
Ms-PL

Ebuild Details

Version EAPI Keywords Slot
1.0.3.1 8 ~amd64 ~x86 0
View Raw Ebuild
# 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}"
}

Inherited Eclasses

Dependencies

RDEPEND

dev-lang/mono

BDEPEND

app-arch/7zip

Manifest for 1.0.3.1

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