python3-PyQt5-webengine: split -devel

This commit is contained in:
Đoàn Trần Công Danh 2021-03-02 21:58:54 +07:00
parent 85c5078c6d
commit 411b8f15cc
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
python3-PyQt5-webengine

View file

@ -51,3 +51,11 @@ do_build() {
do_install() {
make -C build DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
}
python3-PyQt5-webengine-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove ${py3_sitelib}/PyQt5/bindings
}
}