# Template file for 'zola' pkgname=zola version=0.14.1 revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="libsass-devel oniguruma-devel" short_desc="Fast opinionated static site generator written in rust" maintainer="Carson Page " license="MIT" homepage="https://github.com/getzola/zola" changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md" distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz" checksum=28e50071009a1430c5f8df94e2585d095f85f906f04101fe35ee9ed53c353cc4 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; *) broken="ftbfs in ring" ;; esac pre_build() { export PKG_CONFIG_ALL_DYNAMIC=1 export RUSTONIG_SYSTEM_LIBONIG=1 } post_install() { vlicense LICENSE ln -s zola ${DESTDIR}/usr/bin/gutenberg } gutenberg_package() { depends="zola-${version}_${revision}" short_desc="Transition package for Zola" pkg_install() { vmove usr/bin/gutenberg } }