milis/talimatname/genel/q/qtkeychain-qt5/talimat

26 lines
576 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: Güvenli kimlik bilgisi deposu için destek sağlar
# URL: https://github.com/frankosterfeld/qtkeychain
# Paketçi: milisarge
# Gerekler: cmake qt5 icu
name=qtkeychain-qt5
release=3
version=0.5
_name=qtkeychain
source=(https://github.com/frankosterfeld/qtkeychain/archive/$version.zip )
build() {
mkdir build
cd build
cmake ../$_name-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBEXECDIR=lib/$name \
make
make DESTDIR=$PKG install
}