2012-07-02 10:02:57 +02:00
|
|
|
# Template file for 'geany-plugins'.
|
|
|
|
#
|
2012-07-02 10:38:43 +02:00
|
|
|
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."
|
|
|
|
|
2012-07-02 10:38:43 +02:00
|
|
|
do_install() {
|
2012-07-02 10:02:57 +02:00
|
|
|
vmove usr/lib/geany usr/lib
|
|
|
|
}
|