# Template file for 'zola' pkgname=zola version=0.18.0 revision=1 build_style=cargo build_helper=qemu hostmakedepends="pkg-config" makedepends="oniguruma-devel" short_desc="Fast opinionated static site generator" maintainer="Marcin Puc " license="MIT" homepage="https://github.com/getzola/zola" changelog="https://raw.githubusercontent.com/getzola/zola/master/CHANGELOG.md" distfiles="https://github.com/getzola/zola/archive/refs/tags/v${version}.tar.gz" checksum=c0e1711a68bc005c2e0ecc76a468f3459739c9e54af34850cb725d04391e19b5 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; *) broken="ftbfs in ring" ;; esac post_install() { for shell in bash fish zsh; do vtargetrun ${DESTDIR}/usr/bin/zola completion ${shell} > zola.${shell} vcompletion zola.${shell} ${shell} done 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 } }