mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: docx2txt-1.4
This commit is contained in:
parent
b30a41de4b
commit
811de3588a
1 changed files with 20 additions and 0 deletions
20
srcpkgs/docx2txt/template
Normal file
20
srcpkgs/docx2txt/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'docx2txt'
|
||||||
|
pkgname=docx2txt
|
||||||
|
version=1.4
|
||||||
|
revision=1
|
||||||
|
conf_files="/etc/docx2txt.config"
|
||||||
|
depends="perl unzip"
|
||||||
|
short_desc="Docx (MS Word) to Text convertor"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://docx2txt.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
||||||
|
checksum=b297752910a404c1435e703d5aedb4571222bd759fa316c86ad8c8bbe58c6d1b
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vconf docx2txt.config
|
||||||
|
vbin docx2txt.pl
|
||||||
|
vbin docx2txt.sh
|
||||||
|
ln -s docx2txt.pl ${DESTDIR}/usr/bin/docx2txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue