vp-build/srcpkgs/codecrypt/template

20 lines
544 B
Bash

# Template file for 'codecrypt'
pkgname=codecrypt
version=1.8
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="crypto++-devel fftw-devel gmp-devel"
maintainer="Orphaned <orphan@voidlinux.eu>"
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=25f11bc361b4f8aca7245698334b5715b7d594d708a75e8cdb2aa732dc46eb96
LDFLAGS="-lpthread"
pre_configure() {
./autogen.sh
}