You are not logged in.
Hello,
I want to update the PKGBUILD for pdfstudio8. The license for this
software is not a common license, so I have to include it in the package. The license is distributed with the software but
is a html file. As far I know, I have to include a license in txt format in the package. So, is it ok to include the html ? Or how
can I produce a txt from the html ? One possibility would be to use a text based webbrowser like this:
w3m -dump license.html > license.txtBut I would add w3m as a dependency. Ok, the user could uninstall it after the installation of the package. I could also
produce the txt file and add it the package like a patch, but if the license changes, it can happens that the maintainer doesn't update the license. If it's produced
from the delivered software, we are sure it will be the present license.
Any advices ?
Thank you!
Last edited by Tristelune (2014-06-20 19:23:24)
Offline
I don't see why you can't include an HTML license. I would just install it as /usr/share/licenses/$pkgname/LICENSE.html. Otherwise, if the HTML is simple, you can strip the HTML tags with sed.
This silver ladybug at line 28...
Offline
I would do as lolilolicon suggests, and just install the raw html license. In the unlikely event that the user doesn't have a web browser installed, HTML is (more or less, depending on the author's habits) parsable by humans.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thank you for your responses! I will choose to include the license in html format, it's easier.
Offline