🔒 Repository is read-only – file editing is disabled.

recipes/gui/feh/PAGBUILD.yaml main

37 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637
pkgname: feh
pkgver: '3.12.2'
pkgrel: '1'
pkgdesc: 'X11 image viewer aimed mostly at console users. It is controlled via commandline arguments'
url: 'https://feh.finalrewind.org/'
arch: x86_64
license:
- 'Custom:MIT'

depends: []
makedepends:
- libpng
- imlib2
- libexif
- 'xorg-libxt'
- 'xorg-libxcursor'
- 'xorg-libxdamage'
- 'xorg-libxrandr'
- 'xorg-libxinerama'
- curl

source:
- 'https://feh.finalrewind.org/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed -i "s:doc/feh:&-${pkgver}:" config.mk
  make PREFIX=/usr exif=1 help=1 stat64=1
  make DESTDIR=${PKGDIR} PREFIX=/usr install        

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true