# Template file for 'gifski' pkgname=gifski version=0.6.2 revision=1 hostmakedepends="cargo" makedepends="libgomp-devel" maintainer="cr6git " short_desc="Highest-quality GIF encoder based on pngquant" homepage="https://gif.ski" license="AGPL-3" distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz" checksum=4f0379aa05a5e99fd6a9efb851efa7553e9663ec800ac7247fb7e26505a4b225 # cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-m64' # cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-msse'; did you mean '-fdse'? # cargo:warning=aarch64-linux-gnu-gcc: error: unrecognized command line option '-m64' # cargo:warning=aarch64-linux-gnu-gcc: error: unrecognized command line option '-msse'; did you mean '-fdse'? nocross=yes do_build() { cargo build --release --features=openmp } do_install() { vbin target/release/gifski vlicense LICENSE }