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

9 lines
213 B
Text
Raw Normal View History

# Template file for 'weechat-python'.
#
2012-11-13 09:47:58 +00:00
depends="${sourcepkg}-${version}_${revision}"
2013-01-20 12:48:40 +00:00
short_desc="${short_desc} -- python plugin"
2012-05-27 10:45:23 +00:00
do_install() {
vmove usr/lib/weechat/plugins/python.so usr/lib/weechat/plugins
}