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

12 lines
247 B
Text
Raw Normal View History

# Template file for 'weechat-tcl'.
#
2012-05-27 10:45:23 +00:00
depends="weechat>=$version"
short_desc="${sourcepkg} tcl add-on"
long_desc="${long_desc}
This package contains the tcl plugin."
2012-05-27 10:45:23 +00:00
do_install() {
vmove usr/lib/weechat/plugins/tcl.so usr/lib/weechat/plugins
}