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

12 lines
259 B
Text
Raw Normal View History

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