void-packages/srcpkgs/weechat/weechat-python.template
2012-11-13 10:47:58 +01:00

11 lines
277 B
Text

# Template file for 'weechat-python'.
#
depends="${sourcepkg}-${version}_${revision}"
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
}