vp-build/srcpkgs/geany/geany-plugins.template

13 lines
240 B
Plaintext
Raw Normal View History

2012-07-02 10:02:57 +02:00
# Template file for 'geany-plugins'.
#
depends="glibc-devel geany"
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains the plugins for geany."
do_install()
{
vmove usr/lib/geany usr/lib
}