blob: 5c918998fc72ed2285384214eb1791bcdda8d7ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = elf2hex
pkgdesc = SiFive's Verilog test harnesses can't directly read ELF binaries but are instead required to be provided with a hexidecimal dump of a particular width and depth. This project allows users to easily create these files.
pkgver = 20.08.00.00
pkgrel = 13
url = https://github.com/sifive/elf2hex
arch = x86_64
arch = aarch64
arch = riscv64
license = Apache-2.0
license = MIT
makedepends = autoconf
makedepends = automake
makedepends = python
depends = bash
source = elf2hex-20.08.00.00.tar.gz::https://github.com/sifive/elf2hex/archive/refs/tags/v20.08.00.00.tar.gz
sha256sums = 16d3f51b5f4718a1074bb985543b54e7a2e615d0a501e761d68c79bfbae6185b
pkgname = elf2hex
|