💾 Archived View for gmn.clttr.info › sources › art-helpers.git › tree › PKGBUILD.txt captured on 2024-02-05 at 10:02:22.

View Raw

More Information

⬅️ Previous capture (2023-06-14)

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

# Maintainer: René Wagner < rwa at clttr dot info >

pkgname=art-helpers
pkgver=20221106
pkgrel=1
pkgdesc='simple helper scripts for managing images processed by ART'
arch=('x86_64' 'aarch64' 'i686')
license=('BSD')
depends=('perl-file-find-rule')
makedepends=('scdoc')
url='https://git.sr.ht/~rwa/art-helpers'
provides=('art-helpers')
options=(!strip)
source=('afm' 'jd' 'Makefile') 
sha256sums=('SKIP' 'SKIP' 'SKIP')

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

package() {
	make install DESTDIR="${pkgdir}" PREFIX="/usr"
}