aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libimagequant
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-11 10:30:04 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-11 10:38:31 +0100
commit30e639cc13e1bd0b1ffae64ee6d21008adce81ca (patch)
tree0792f2a38326a8d78766a51459e5ff551e3def76 /testing/libimagequant
parentfff9ef725dbf047ec37b1f5b4cc246421bbe6541 (diff)
downloadaports-30e639cc13e1bd0b1ffae64ee6d21008adce81ca.tar.bz2
aports-30e639cc13e1bd0b1ffae64ee6d21008adce81ca.tar.xz
community/libimagequant: move from testing
Diffstat (limited to 'testing/libimagequant')
-rw-r--r--testing/libimagequant/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/libimagequant/APKBUILD b/testing/libimagequant/APKBUILD
deleted file mode 100644
index 2f6ac1fcce..0000000000
--- a/testing/libimagequant/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: TBK <alpine@jjtc.eu>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=libimagequant
-pkgver=2.12.5
-pkgrel=0
-pkgdesc="Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images."
-url="https://pngquant.org/lib/"
-arch="all"
-license="GPL-3.0-or-later"
-options="!check" # No test suite
-makedepends="bash"
-subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/ImageOptim/libimagequant/archive/$pkgver.tar.gz"
-
-build() {
- ./configure --prefix=/usr
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- rm -f "$pkgdir"/usr/lib/*.a
-}
-
-sha512sums="5b120cdada79d48f469ea729f3585d7f40f9c1366b302e9fc2c2b3c959b7f49dab06f0038cbc93a522e66d99de5b5939e89ad43b0fd42d0c4888fb69d361de62 libimagequant-2.12.5.tar.gz"