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

9 lines
213 B
Plaintext
Raw Normal View History

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