Date: Saturday, January 30, 2021 @ 19:37:42
  Author: arojas
Revision: 836389

archrelease: copy trunk to community-staging-x86_64

Added:
  libvips/repos/community-staging-x86_64/
  libvips/repos/community-staging-x86_64/PKGBUILD
    (from rev 836387, libvips/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: libvips/repos/community-staging-x86_64/PKGBUILD (from rev 836387, 
libvips/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-30 19:37:42 UTC (rev 836389)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=libvips
+pkgver=8.10.2
+pkgrel=2
+pkgdesc="A fast image processing library with low memory needs"
+arch=('x86_64')
+license=('LGPL')
+url="https://libvips.github.io/libvips/";
+depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 
'libimagequant' 'librsvg'
+         'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz";)
+sha512sums=('f766c9dc1364037eaead577a32e41c415a90402a1d96c0ef767f7e694182a7bd86f047df403f90037f896d6d9df512f0c5f361d4f6db9c67c0d4c375965f4c8b')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to