20 lines
555 B
Bash
20 lines
555 B
Bash
# Template file for 'docx2txt'
|
|
pkgname=docx2txt
|
|
version=1.4
|
|
revision=3
|
|
conf_files="/etc/docx2txt.config"
|
|
depends="perl unzip"
|
|
short_desc="Docx (MS Word) to Text convertor"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://docx2txt.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
|
checksum=b297752910a404c1435e703d5aedb4571222bd759fa316c86ad8c8bbe58c6d1b
|
|
|
|
do_install() {
|
|
vconf docx2txt.config
|
|
vbin docx2txt.pl
|
|
vbin docx2txt.sh
|
|
ln -s docx2txt.pl ${DESTDIR}/usr/bin/docx2txt
|
|
}
|