mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
22 lines
657 B
Plaintext
22 lines
657 B
Plaintext
# Contributor: Grigory Kirillov <txgk@bk.ru>
|
|
# Maintainer:
|
|
pkgname=cimg
|
|
pkgver=3.2.6
|
|
pkgrel=1
|
|
pkgdesc="Small C++ toolkit for image processing"
|
|
url="http://cimg.eu"
|
|
arch="noarch"
|
|
license="CECILL-C OR CECILL-2.0"
|
|
options="!check" # no test suite
|
|
source="https://github.com/GreycLab/CImg/archive/v.$pkgver/CImg-v.$pkgver.tar.gz"
|
|
builddir="$srcdir/CImg-v.$pkgver"
|
|
|
|
package() {
|
|
install -Dm644 CImg.h -t "$pkgdir"/usr/include/
|
|
install -Dm644 plugins/*.h -t "$pkgdir"/usr/include/CImg/plugins/
|
|
}
|
|
|
|
sha512sums="
|
|
3a091ae972f98f54ab9a5dc25fc921819e501accb1e514ad3fe05df79b69c6e84a8487c9167c80235a44ea656a4468f85f3854358cadd8a5768bdcf04e7459b0 CImg-v.3.2.6.tar.gz
|
|
"
|