23 lines
680 B
Bash
23 lines
680 B
Bash
# Template file for 'jitterentropy'
|
|
pkgname=jitterentropy
|
|
version=2.2.0
|
|
revision=1
|
|
wrksrc="${pkgname}-library-${version}"
|
|
build_style=gnu-makefile
|
|
short_desc="Hardware RNG based on CPU timing jitter"
|
|
maintainer="Piraty <piraty1@inbox.ru>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.chronox.de/jent.html"
|
|
distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
|
|
checksum=42d4bd1050b5f0d7b45b5453e5b6cfc45c0492bb428791f571d8f69b066351a4
|
|
|
|
jitterentropy-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|