milis/talimatname/genel/w/wkhtmltopdf/talimat

18 lines
414 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: Html formatını pdf olmak üzere resim formatlarına çeviri uygulama
# URL: https://wkhtmltopdf.org/
# Paketçi: milisarge
# Gerekler: qt5 qt5-webkit
# Grup: ofis
isim=wkhtmltopdf
surum=0.12.5
devir=1
kaynak=(https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
qmake-qt5 wkhtmltopdf.pro
make
make INSTALL_ROOT="$PKG/usr" install
}