aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-12 23:43:41 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-06 14:14:31 +0000
commitceb7a0ac14788a8a506f4acd6f4c4b461241d599 (patch)
treebeafab2709b997ae1854c5196fce0fe3edcf4a61 /community
parent294fc1874c20cb3ac64d9316055365d6c27fbb01 (diff)
downloadaports-ceb7a0ac14788a8a506f4acd6f4c4b461241d599.tar.bz2
aports-ceb7a0ac14788a8a506f4acd6f4c4b461241d599.tar.xz
main/libimagequant: move from community
Diffstat (limited to 'community')
-rw-r--r--community/libimagequant/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/libimagequant/APKBUILD b/community/libimagequant/APKBUILD
deleted file mode 100644
index 36e2c55caa..0000000000
--- a/community/libimagequant/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: TBK <alpine@jjtc.eu>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=libimagequant
-pkgver=2.12.6
-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="457a3ab4b6c05415b110a5b570c3122f256a543cbd15ec61ff5a1df9a493a390e898dcf9ad83457f1dab13a22e1bfc1c8ce28c49530093e1d500ff0abf181788 libimagequant-2.12.6.tar.gz"