void-packages/srcpkgs/weechat/weechat-python.template
2012-05-27 12:45:23 +02:00

12 lines
259 B
Plaintext

# 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
}