bash: move devel stuff to a -devel subpkg.

This commit is contained in:
Juan RP 2020-02-14 10:19:37 +01:00
parent efe42f6df6
commit 3cf08a1680
2 changed files with 10 additions and 0 deletions

1
srcpkgs/bash-devel Symbolic link
View file

@ -0,0 +1 @@
bash

View file

@ -47,3 +47,12 @@ post_install() {
vinstall ${FILESDIR}/bashrc 644 etc/bash
vinstall ${FILESDIR}/bash.sh 644 etc/profile.d
}
bash-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/bash
vmove usr/lib/pkgconfig
}
}