mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
docx2txt: cleanup.
This commit is contained in:
parent
461d00d742
commit
e5c568988a
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'docx2txt'
|
# Template file for 'docx2txt'
|
||||||
pkgname=docx2txt
|
pkgname=docx2txt
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=1
|
revision=2
|
||||||
|
archs=noarch
|
||||||
conf_files="/etc/docx2txt.config"
|
conf_files="/etc/docx2txt.config"
|
||||||
depends="perl unzip"
|
depends="perl unzip"
|
||||||
short_desc="Docx (MS Word) to Text convertor"
|
short_desc="Docx (MS Word) to Text convertor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://docx2txt.sourceforge.net/"
|
homepage="http://docx2txt.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
||||||
checksum=b297752910a404c1435e703d5aedb4571222bd759fa316c86ad8c8bbe58c6d1b
|
checksum=b297752910a404c1435e703d5aedb4571222bd759fa316c86ad8c8bbe58c6d1b
|
||||||
archs=noarch
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vconf docx2txt.config
|
vconf docx2txt.config
|
||||||
|
|
Loading…
Add table
Reference in a new issue