Date: Monday, May 10, 2021 @ 05:54:22
  Author: eworm
Revision: 414893

archrelease: copy trunk to testing-x86_64

Added:
  feh/repos/testing-x86_64/
  feh/repos/testing-x86_64/PKGBUILD
    (from rev 414892, feh/trunk/PKGBUILD)

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

Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 414892, feh/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2021-05-10 05:54:22 UTC (rev 414893)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: dorphell <dorph...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=feh
+pkgver=3.7
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+            'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('07cdb1076c3b7777064cf081f722346600aeefeb568cbca58575777969a6bb41'
+            'SKIP')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make PREFIX=/usr DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to