aboutsummaryrefslogtreecommitdiffstats
path: root/testing/diffoscope/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/diffoscope/APKBUILD')
-rw-r--r--testing/diffoscope/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/diffoscope/APKBUILD b/testing/diffoscope/APKBUILD
deleted file mode 100644
index 9f5d203e76f..00000000000
--- a/testing/diffoscope/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=diffoscope
-pkgver=146
-pkgrel=0
-pkgdesc="In-depth comparison of files, archives, and directories"
-options="!check" # Requires unpackaged 'tlsh'
-url="https://diffoscope.org/"
-arch="noarch !mips !mips64"
-license="GPL-3.0-or-later"
-makedepends="python3-dev py3-setuptools py3-docutils"
-depends="py3-magic py3-libarchive-c"
-checkdepends="py3-pytest gzip bzip2 unzip libarchive-tools"
-source="https://salsa.debian.org/reproducible-builds/diffoscope/-/archive/$pkgver/diffoscope-$pkgver.tar.gz"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="9ca3dcac99bc863032d23df38866f98b8ea897da97379e0bd0e35c194a3c1a5abca624a10384b4c8b27b5a2371fade7a8b350b6a25ed05c4a2679e6ed046a1a2 diffoscope-146.tar.gz"