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

12 lines
277 B
Plaintext
Raw Normal View History

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