From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- extra/calibre/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extra/calibre/PKGBUILD (limited to 'extra/calibre') diff --git a/extra/calibre/PKGBUILD b/extra/calibre/PKGBUILD new file mode 100644 index 00000000..43e09de8 --- /dev/null +++ b/extra/calibre/PKGBUILD @@ -0,0 +1,14 @@ +# disable Bonjour testing on build slaves +eval "$( + declare -f check | \ + sed ' + s/.*setup.py test/CI=true &/g + ' +)" + +# ignore checksum +sha256sums[0]='SKIP' + +# disabled testing, too many Python stuff currently broken +unset check +unset checkdepends -- cgit v1.2.3-54-g00ecf