gifski: use cargo buildstyle

This commit is contained in:
Rasmus Thomsen 2018-10-02 01:02:06 +02:00 committed by Enno Boland
parent 929b47511a
commit c6a80671e3

View file

@ -1,8 +1,9 @@
# Template file for 'gifski' # Template file for 'gifski'
pkgname=gifski pkgname=gifski
version=0.8.5 version=0.8.5
revision=1 revision=2
hostmakedepends="cargo" build_style=cargo
configure_args="--features=openmp"
makedepends="libgomp-devel" makedepends="libgomp-devel"
short_desc="Highest-quality GIF encoder based on pngquant" short_desc="Highest-quality GIF encoder based on pngquant"
maintainer="cr6git <quark6@protonmail.com>" maintainer="cr6git <quark6@protonmail.com>"
@ -11,17 +12,6 @@ homepage="https://gif.ski"
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz" distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
checksum=0c4f946e873e26777423e1bab37392220aec9382ae818866d2e3a52b3c976cf1 checksum=0c4f946e873e26777423e1bab37392220aec9382ae818866d2e3a52b3c976cf1
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-m64' post_install() {
# 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 ${makejobs}
}
do_install() {
vbin target/release/gifski
vlicense LICENSE vlicense LICENSE
} }