void-packages/srcpkgs/wayland/wayland-devel.template

12 lines
231 B
Plaintext

# Template file for 'wayland-devel'.
#
depends="${sourcepkg}>=1.0.0"
short_desc="${short_desc} -- development files"
do_install() {
vmove usr/bin usr
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/pkgconfig usr/lib
}