Merge pull request #3669 from antonio-malcolm/hex2hcd
New Package: hex2hcd
This commit is contained in:
commit
559bdfa164
1 changed files with 15 additions and 0 deletions
15
srcpkgs/hex2hcd/template
Normal file
15
srcpkgs/hex2hcd/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'hex2hcd'
|
||||
pkgname=hex2hcd
|
||||
version=2016.02.21
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Convert *.hex firmware files to *.hcd format"
|
||||
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
||||
homepage="https://github.com/antonio-malcolm/hex2hcd"
|
||||
license="GPL-2"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=45cab33daa404c6e66979abea975f11cb5705152c7723a2a16391f5fd1ba847b
|
||||
|
||||
do_install() {
|
||||
vbin ${pkgname}
|
||||
}
|
Loading…
Reference in a new issue