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

26 lines
568 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
isim=qtkeychain-qt5
devir=3
surum=0.5
_isim=qtkeychain
kaynak=(https://github.com/frankosterfeld/qtkeychain/archive/$surum.zip )
derle() {
mkdir build
cd build
cmake ../$_name-$surum \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBEXECDIR=lib/$isim \
make
make DESTDIR=$PKG install
}