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

recipes/utils/jhead/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: jhead
pkgver: '3.08'
pkgrel: '2'
pkgdesc: 'EXIF JPEG info parser and thumbnail remover'
url: 'https://www.sentex.net/~mwandel/jhead/'
arch: x86_64
depends:
- 'libjpeg-turbo'

makedepends: []
source:
- 'https://github.com/Matthias-Wandel/jhead/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make
  install -Dm755 ${pkgname} ${PKGDIR}/usr/bin/${pkgname}
  install -Dm644 jhead.1 ${PKGDIR}/usr/share/man/man1/jhead.1

package: |
  true