milis/talimatname/genel/p/peek/talimat

26 lines
583 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: Kullanımı kolay bir arayüze sahip basit ekran kaydedici
# URL: https://github.com/phw/peek
# Paketçi: Cihan_Alkan
# Gerekler: cmake vala gettext gtk3 libkeybinder3 ffmpeg
# Grup: medya
isim=peek
surum=1.2.1
devir=1
kaynak=(https://github.com/phw/${isim}/archive/${surum}.tar.gz::$isim-$surum.tar.gz)
derle() {
mkdir -p build
cd "build"
cmake "${SRC}/$isim-$surum" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DGSETTINGS_COMPILE=OFF \
-DENABLE_FILECHOOSERNATIVE=ON
make
make DESTDIR=${PKG} install
}