2011-06-21 12:00:13 +00:00
|
|
|
# Template file for 'weechat-python'.
|
|
|
|
#
|
2012-05-27 10:45:23 +00:00
|
|
|
depends="weechat>=$version"
|
2011-06-21 12:00:13 +00:00
|
|
|
short_desc="${sourcepkg} python add-on"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the python plugin."
|
|
|
|
|
2012-05-27 10:45:23 +00:00
|
|
|
do_install() {
|
|
|
|
vmove usr/lib/weechat/plugins/python.so usr/lib/weechat/plugins
|
2011-06-21 12:00:13 +00:00
|
|
|
}
|