New Package: bt-dualboot-1.0.1_1

This commit is contained in:
Kevin Figueroa 2024-02-10 18:42:42 -06:00
parent d15b2f245c
commit 0b3cca1c2d

View file

@ -0,0 +1,18 @@
# Template file for 'bt-dualboot'
pkgname=bt-dualboot
version=1.0.1
revision=1
build_style=fetch
hostmakedepends="git"
makedepends="python3-wheel python3-installer"
depends="chntpw"
short_desc="Sync bluetooth for dualboot Linux and Windows"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/x2es/bt-dualboot"
distfiles="https://files.pythonhosted.org/packages/42/82/c3e1bfca558d8a5f7dd51183ba0f1a3d2061f5442bfa54821398bb3813b8/bt_dualboot-1.0.1-py3-none-any.whl"
checksum=779ec46a4911a54918b08cf9d80a481697287c3017b38873a0152ca5e0520820
do_install() {
python3 -m installer --destdir="${DESTDIR}" "${pkgname//bt-/bt_}"-"${version}"-py3-none-any.whl
}