makedeb


epy-git 150dd4fa2022.04.18-2


CLI Ebook Reader, fork of epr with minor improvements

Click here to go back to the commit logs for epy-git.

Commit:


Hash: 4f4ffea5beb80c14251114f6d157fbd572183f34

Message: initial commit

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f72e5bd..e844696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = epy-git
 	makedepends = git
 	makedepends = python3-setuptools
 	depends = python3
+	optdepends = libttspico-utils: Small Footprint TTS
+	optdepends = sox: Swiss army knife of sound processing
 	provides = epy
 	conflicts = epy
 	source = git+https://github.com/wustho/epy.git
diff --git a/PKGBUILD b/PKGBUILD
index b8e9445..26fa167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
-
 pkgname=epy-git
 _pkgname=epy
 pkgver=1632021.8.14.15.g0eb1e582021.10.29
@@ -11,8 +10,9 @@ license=('MIT')
 depends=('python3')
 provides=('epy')
 conflicts=('epy')
-makedepends=( 'git'
-              'python3-setuptools')
+makedepends=( 'git' 'python3-setuptools')
+optdepends=('libttspico-utils:  Small Footprint TTS '
+            'sox:  Swiss army knife of sound processing')
 source=("git+https://github.com/wustho/${_pkgname}.git")
 sha256sums=('SKIP')