void-packages/srcpkgs/fplll/template

25 lines
790 B
Bash

# Template file for 'fplll'
pkgname=fplll
version=5.4.5
revision=1
build_style=gnu-configure
makedepends="gmp-devel mpfr-devel"
short_desc="Lattice algorithms using floating-point orthogonalization and LLL"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="LGPL-2.1-or-later"
homepage="https://github.com/fplll/fplll"
changelog="https://github.com/fplll/fplll/releases"
distfiles="https://github.com/fplll/fplll/releases/download/${version}/fplll-${version}.tar.gz"
checksum=76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00
fplll-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}