void-packages/srcpkgs/weechat/weechat-python.template

12 lines
259 B
Text
Raw Normal View History

# Template file for 'weechat-python'.
#
2012-05-27 10:45:23 +00:00
depends="weechat>=$version"
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
}