void-packages/srcpkgs/gifski/template
2018-01-21 09:25:47 +01:00

27 lines
953 B
Bash

# Template file for 'gifski'
pkgname=gifski
version=0.7.3
revision=1
hostmakedepends="cargo"
makedepends="libgomp-devel"
maintainer="cr6git <quark6@protonmail.com>"
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=0db038fa91764295b0caf473bfc09e577b926260f5f116687600ae7140811721
# 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
}