art-helpers

simple helper scripts for managing images processed by ART
git clone https://git.clttr.info/art-helpers.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit b9ac1c4831e9150a6b7dc5e758c41e73ff6773fc
parent 283db1a68e0c66c2ca8bd6ab432c82fb714e2046
Author: René Wagner <rwagner@rw-net.de>
Date:   Fri, 17 Jul 2020 21:56:59 +0200

PKGBUILD use local binarys

Diffstat:
M.build.yml | 4+++-
MPKGBUILD | 4++--
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -21,6 +21,8 @@ tasks: /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/sposc silkypix_orphaned_sidecar_cleaner.pl /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/spmvsc silkypix_multiversion_sidecar_cleaner.pl - package: | - cd photo-helpers/bin + cd photo-helpers + makepkg + cf bin tar -czf ../snapshot_linux_amd64.tgz * diff --git a/PKGBUILD b/PKGBUILD @@ -9,8 +9,8 @@ license=('BSD') url='https://git.sr.ht/~rwa/photo-helpers' provides=('photo-helpers') options=(!strip) -source=("${pkgname}_${pkgver}::https://git.sr.ht/~rwa/photo-helpers/refs/${pkgver}/${pkgver}_linux_amd64.tgz") -sha256sums=('2994dabf33b24606a0484b8e0f3c26c8c33149100ad4b6b709d977f02a48c5b7') +source=("bin/afm bin/jd bin/sposc bin/spmvsc") +sha256sums=('SKIP SKIP SKIP SKIP') package() {