💾 Archived View for gmn.clttr.info › sources › photo-helpers.git › tree › PKGBUILD.txt captured on 2023-01-29 at 03:59:16.

View Raw

More Information

-=-=-=-=-=-=-

# Maintainer: René Wagner < rwagner at rw-net dot de >

pkgname=photo-helpers
pkgver=20221106
pkgrel=1
pkgdesc='simple photo workflow helper scripts'
arch=('x86_64' 'aarch64' 'i686')
license=('BSD')
url='https://src.clttr.info/rwa/photo-helpers'
provides=('photo-helpers')
options=(!strip)
source=('afm' 'jd' 'sposc' 'spmvsc') 
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')

pkgver() {
  printf "%s" "$(git describe --abbrev=0)" 
}

package() {
  mkdir -p "${pkgdir}/usr/bin"
  install -Dm755 afm "${pkgdir}/usr/bin/"
  install -Dm755 jd "${pkgdir}/usr/bin/"
  install -Dm755 sposc "${pkgdir}/usr/bin/"
  install -Dm755 spmvsc "${pkgdir}/usr/bin/"
}