void-packages/srcpkgs/codecrypt/template

20 lines
546 B
Bash

# Template file for 'codecrypt'
pkgname=codecrypt
version=1.7.6
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="crypto++-devel fftw-devel gmp-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Post-quantum cryptography tool"
homepage="https://e-x-a.org/codecrypt"
license="LGPL-3"
distfiles="https://github.com/exaexa/codecrypt/archive/v${version}.tar.gz"
checksum=02fd8c55c634db409cae80e07b01785f4879ec8cab13fb98c73c354beba1a779
LDFLAGS="-lpthread"
pre_configure() {
./autogen.sh
}