milis/talimatname/genel/a/android-file-transfer/talimat

21 lines
483 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: Minimalist UI ile Android MTP istemcisi
# URL: https://github.com/whoozle/android-file-transfer-linux
# Peketçi: Cihan_Alkan
# Gerekler: cmake qt5 fuse libxkbcommon hicolor-icon-theme
isim=android-file-transfer
surum=3.2
devir=1
kaynak=(https://github.com/whoozle/android-file-transfer-linux/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd android-file-transfer-linux-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR="${PKG}" install
}