parent
d7d110d6b7
commit
39cc5b1ed0
1 changed files with 19 additions and 0 deletions
19
srcpkgs/codecrypt/template
Normal file
19
srcpkgs/codecrypt/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue