11 lines
259 B
Text
11 lines
259 B
Text
# Template file for 'weechat-python'.
|
|
#
|
|
depends="weechat>=$version"
|
|
short_desc="${sourcepkg} python add-on"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the python plugin."
|
|
|
|
do_install() {
|
|
vmove usr/lib/weechat/plugins/python.so usr/lib/weechat/plugins
|
|
}
|