22 lines
728 B
Bash
22 lines
728 B
Bash
# Template file for 'gutenberg'
|
|
pkgname=gutenberg
|
|
version=0.4.2
|
|
revision=3
|
|
build_style=cargo
|
|
hostmakedepends="cmake git 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://www.getgutenberg.io/"
|
|
changelog="https://raw.githubusercontent.com/Keats/gutenberg/master/CHANGELOG.md"
|
|
distfiles="https://github.com/Keats/gutenberg/archive/v${version}.tar.gz"
|
|
checksum=8d3fb9972a17f6fa8a7830c8d129a7d587f0bbfc36f5351dc4c9e44f46aa4e2d
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|