30 lines
854 B
Bash
30 lines
854 B
Bash
# Template file for 'zola'
|
|
pkgname=zola
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-devel libsass-devel"
|
|
short_desc="Fast opinionated static site generator written in rust"
|
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
|
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=718aaec6e0db6c0e6fb310d8a1ef3978f41a173e39b1c2515ca7365690b09cff
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
|
|
ln -sr ${DESTDIR}/usr/bin/zola ${DESTDIR}/usr/bin/gutenberg
|
|
}
|
|
|
|
gutenberg_package() {
|
|
depends="zola"
|
|
short_desc="Transition package for Zola"
|
|
build_style=meta
|
|
}
|