wkhtmltopdf-paketlendi

This commit is contained in:
milisbir 2018-11-16 14:58:06 +02:00
parent 74ef73d19f
commit 0f86e035e0
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}