update lutgen

This commit is contained in:
2025-04-29 16:51:03 -05:00
parent 1611ccd07a
commit e7554d5490

View File

@ -1,6 +1,6 @@
# Template file for 'lutgen'
pkgname=lutgen
version=0.11.2
version=0.12.0
revision=1
archs="x86_64"
short_desc="Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes."
@ -8,13 +8,13 @@ maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
license="MIT"
homepage="https://github.com/ozwaldorf/lutgen-rs"
distfiles="https://github.com/ozwaldorf/lutgen-rs/releases/download/v${version}/lutgen-${version}-x86_64.tar.gz"
checksum=8fc2df1b0ef1379ffdd30a8c7ae07986b6996b7635cdbc62b909c43756213626
checksum=c8e5d0ae62e1b5c19a211a4d1ab3162a711b2c0999214803381b5a70059de330
do_install() {
local package_location="usr/lib/$pkgname"
vmkdir ${package_location}
chmod +x lutgen
vcopy "lutgen" "${package_location}"
vcopy lutgen ${package_location}
vmkdir usr/bin
ln -sfr $DESTDIR/${package_location}/lutgen $DESTDIR/usr/bin/lutgen
}