milis/talimatname/genel/maim/talimat

17 lines
485 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: Ekran görüntüsü alma uygulaması
# URL: https://github.com/naelstrof/maim
# Packager: milisarge
# Depends on: cmake slop freetype xorg-libxfixes xorg-libxrandr libjpeg-turbo xorg-libxcomposite
name=maim
version=4.4.62
release=1
source=(https://github.com/naelstrof/maim/archive/v$version.tar.gz)
build() {
cd $name-$version
cmake -DJPEG_INCLUDE_DIR:PATH=C:/MinGW/include/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}