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

12 lines
236 B
Plaintext
Raw Normal View History

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