On 13/09/2023 15:27, Takashi Yano via Cygwin-apps wrote:
I'd like to adopt the twolame package.
Thanks in advance.


Thanks.

I added this to your packages.


src_install() {
        cd ${B}
        cyginstall
        mkdir -p ${D}/usr/share/doc/twolame/html
        cp ${S}/doc/html/*.{html,css,png} ${D}/usr/share/doc/twolame/html/.
}

Can't we just write something like HTMLDOCS="doc/html/*.{html,css,png}" rather than need to add this?

Reply via email to