aboutsummaryrefslogtreecommitdiffstats
path: root/testing/diffstat/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/diffstat/APKBUILD')
-rw-r--r--testing/diffstat/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/diffstat/APKBUILD b/testing/diffstat/APKBUILD
deleted file mode 100644
index ae487be998d..00000000000
--- a/testing/diffstat/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Leszek CimaƂa <ernierasta@zori.cz>
-# Maintainer:
-pkgname=diffstat
-pkgver=1.62
-pkgrel=0
-pkgdesc="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file."
-url="https://invisible-island.net/diffstat"
-arch="all"
-license="MIT"
-subpackages="$pkgname-doc"
-source="https://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="a8088ac0c0e38458504da37249c1d51ae9d839044e4cb8a60a1424eca883e1ec4815c1b1a8d9dae60e909b5495e60a9eda88e0a4572392ed8019d27b171688ff diffstat.tar.gz"