aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xilinx_bootgen/APKBUILD
blob: 7acc4c37afcddfbfc3ad134d6d17625f2355acf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname="xilinx_bootgen"
pkgver="2020.2"
pkgrel=0
pkgdesc="Xilinx Bootgen - Convert FPGA bitstreams/bif to bin files"
url="https://github.com/Xilinx/bootgen"
arch="all"
license="Apache-2.0"
options="!check" # No tests available
makedepends="openssl-dev"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/Xilinx/bootgen/archive/${pkgver}.tar.gz"
builddir="${srcdir}/bootgen-${pkgver}"

build() {
	make
}

package() {
	install -D -m 0755 -t "${pkgdir}/usr/bin" "${builddir}/bootgen"
}

sha512sums="7efd23b5393c8de3812e46f130706f61a817f02c54424d433016f318a9b7e885c5eb58daa1ed8b2bfb92f09000e90a38b968b66649e81d72d68f38f396fd6703  xilinx_bootgen-2020.2.tar.gz"