New comment by seitokaichou on void-packages repository https://github.com/void-linux/void-packages/issues/18779#issuecomment-581701343 Comment: I began working on this. Too busy atm, maybe someone else finds this helpful. ``` # Template file for 'ldacBT' pkgname=ldacBT version=2.0.2.3 revision=1 _libldac_version="android-10.0.0_r1" create_wrksrc=yes build_style=cmake short_desc="AOSP libldac dispatcher" license="Apache-2.0" homepage="https://android.googlesource.com/platform/external/libldac" distfiles="https://github.com/EHfive/ldacBT/archive/v${version}.tar.gz https://gitlab.com/eh5/libldac/-/archive/${_libldac_version}/libldac-${_libldac_version}.tar.gz" checksum=" " post_extract() { mv ${wrksrc}/../libldac-${_libldac_version}/* "${wrksrc}/libldac" } post_install() { vlicense LICENSE } ldacBT-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } } ``` Edit: just realized that's another package.