aboutsummaryrefslogtreecommitdiffstats
path: root/testing/odt2txt
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-03-22 19:08:32 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-23 00:05:38 +0000
commit1a4c41ebc2509abb4fbcb1ebe950603dc94ab0d6 (patch)
treeebb36e24f8719f802a4b87103a455ee25ebf01bf /testing/odt2txt
parent37ee7ae0c13d4197a3c48e381ebcb06df436b303 (diff)
downloadaports-1a4c41ebc2509abb4fbcb1ebe950603dc94ab0d6.tar.bz2
aports-1a4c41ebc2509abb4fbcb1ebe950603dc94ab0d6.tar.xz
community/odt2txt: move from testing
Diffstat (limited to 'testing/odt2txt')
-rw-r--r--testing/odt2txt/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/odt2txt/APKBUILD b/testing/odt2txt/APKBUILD
deleted file mode 100644
index 96e20be283..0000000000
--- a/testing/odt2txt/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Timothy Legge <timlegge@gmail.com>
-# Maintainer: Timothy Legge <timlegge@gmail.com>
-pkgname=odt2txt
-pkgver=0.5_git20170928
-pkgrel=0
-pkgdesc="extracts the text out of OpenDocument Texts"
-url="https://github.com/dstosberg/odt2txt/"
-arch="x86_64"
-license="GPL-2.0-only"
-_commit="56b945e7304b899db78a658cc7c60a3c9afd984d"
-source="$pkgname.zip::https://github.com/dstosberg/odt2txt/archive/$_commit.zip"
-builddir="$srcdir/$pkgname-$_commit"
-makedepends="zlib-dev libzip-dev make"
-subpackages="$pkgname-doc"
-
-# No checks are available in the source package
-options="!check"
-
-build() {
- make
-}
-
-package() {
- install -Dm755 odt2txt "$pkgdir"/usr/bin/odt2txt
- install -Dm644 odt2txt.1 "$pkgdir"/usr/share/man/man1/odt2txt.1
-}
-
-sha512sums="bff0e0903b4e6d04784bb4a4f6375d32c67bc9695fd83f0974cc53cef414e25b385b92f56467d41a66e8cf9fe4c85f23f5b99c7cf01f11f4b32741f1b4e43d43 odt2txt.zip"