milis/talimatname/genel/f/fastd/talimat

20 lines
580 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: hızlı ve güvenli tünelleme uygulaması
# URL: https://projects.universe-factory.net/projects/fastd
# Paketçi: milisarge
# Gerekler: pkg-config cmake libcap libuecc libsodium json-c
name=fastd
version=18
release=1
source=(https://projects.universe-factory.net/attachments/download/86/$name-$version.tar.xz)
build() {
cd $name-$version
mkdir -p build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr -D ENABLE_SYSTEMD=ON -D ENABLE_LTO=ON -D ENABLE_OPENSSL=ON ../
make
make install DESTDIR="${PKG}"
install -dm755 "${PKG}/etc/fastd/"
}