Skip to content

Commit

Permalink
New Package: bt-dualboot-1.0.1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
KF-Art committed Feb 11, 2024
1 parent d15b2f2 commit 0b3cca1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/bt-dualboot/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
}

0 comments on commit 0b3cca1

Please sign in to comment.