milis/talimatname/genel/c/codecrypt/talimat

20 lines
430 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Kuantum algoritmalı şifreleme uygulaması
# URL: http://e-x-a.org/codecrypt/
# Paketçi: milisarge
# Gerekler: fftw crypto++
# Grup: güvenlik
isim=codecrypt
surum=1.7.6
devir=1
kaynak=(https://github.com/exaexa/codecrypt/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "${SRC}/${isim}-${surum}"
./autogen.sh
./configure LIBS=-lpthread --prefix=/usr
make
make -k check
make DESTDIR="$PKG/" install
}