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

12 lines
247 B
Plaintext

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