milis/talimatname/genel/fastd/talimat

20 lines
587 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.

# Description: hızlı ve güvenli tünelleme uygulaması
# URL: https://projects.universe-factory.net/projects/fastd
# Packager: milisarge
# Depends on: 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/"
}