New comment by ndowens on void-packages repository https://github.com/void-linux/void-packages/pull/17834#issuecomment-569446452 Comment: Working on making both, even if I have to make the static manually On Sat, Dec 28, 2019 at 7:54 PM Juan RP wrote: > > @xtraeme commented on this pull request. > > ________________________________ > > In srcpkgs/cdk/template: > > > +license="GPL-2.0-only, BSD-4-Clause" > +homepage="https://invisible-island.net/cdk/" > +distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz" > +checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25 > + > +post_install() { > + vlicense COPYING > +} > + > +cdk-devel_package() { > + depends="${sourcepkg}-${version}_${revision} ncurses-devel" > + short_desc+=" -development files" > + pkg_install() { > + vmove usr/bin/cdk5-config > + vmove usr/include > + vmove "usr/lib/*.a" > > no way buddy. two of them or nothing > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub, or unsubscribe.