hex2hcd: simply pull bluez

hex2hcd simply decode Broadcom hex format to hcd format,
which is exactly what bluez's hex2hcd is doing
This commit is contained in:
Đoàn Trần Công Danh
2025-11-13 07:33:12 +07:00
committed by Đoàn Trần Công Danh
parent 8a3437da6c
commit e499c15f88
+5 -11
View File
@@ -1,16 +1,10 @@
# Template file for 'hex2hcd'
pkgname=hex2hcd
version=2016.02.21
revision=3
build_style=gnu-makefile
revision=4
metapackage=yes
depends="bluez"
short_desc="Convert *.hex firmware files to *.hcd format"
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/antonio-malcolm/hex2hcd"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=45cab33daa404c6e66979abea975f11cb5705152c7723a2a16391f5fd1ba847b
conflicts="bluez" # /usr/bin/hex2hcd
do_install() {
vbin ${pkgname}
}
license="0BSD"
homepage="https://github.com/jessesung/hex2hcd"