wkhtmltopdf / packaging

Packaging of wkhtmltopdf releases
https://wkhtmltopdf.org/downloads.html#stable
305 stars 138 forks source link

Missing binary for archlinux/manjaro #60

Closed palytoxin closed 4 years ago

palytoxin commented 4 years ago

I want to use it on my system. target platform is manjaro. but building from source of this thing is way too hard for me , Is it possible to provide a binary package directly?

ashkulz commented 4 years ago

You can try to create a docker-based build using the instructions in README.md, but I'm not sure it'll be very useful as ArchLinux is a rolling release distribution, so it'll have to be rebuilt periodically.

ashkulz commented 4 years ago

Also, there is wkhtmltopdf-static, does that not work for you? I think it should be pretty straightforward to port it to ArchLinux -- you'll have to use the archlinux docker image and install the necessary packages. fpm also seems to support pacman packages, so this is something which is doable if you're willing to put in the effort 👍

palytoxin commented 4 years ago

Also, there is wkhtmltopdf-static, does that not work for you? I think it should be pretty straightforward to port it to ArchLinux -- you'll have to use the archlinux docker image and install the necessary packages. fpm also seems to support pacman packages, so this is something which is doable if you're willing to put in the effort +1

oh, sorry for it, recently I'm working off-site, I had another project to develop that used a different OS, after a period of time I went back and tried

ashkulz commented 4 years ago

So do you not require this now, @palytoxin? Would appreciate closing your issue then, if so.