void-packages/srcpkgs/geany/geany-plugins.template

12 lines
236 B
Text
Raw Normal View History

2012-07-02 08:02:57 +00:00
# Template file for 'geany-plugins'.
#
depends="geany>=$version"
short_desc="${short_desc} - builtin plugins"
2012-07-02 08:02:57 +00:00
long_desc="${long_desc}
This package contains the plugins for geany."
do_install() {
2012-07-02 08:02:57 +00:00
vmove usr/lib/geany usr/lib
}