zola: update to 0.5.1.
This commit is contained in:
parent
5a850e6b65
commit
563e056bf8
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zola'
|
# Template file for 'zola'
|
||||||
pkgname=zola
|
pkgname=zola
|
||||||
version=0.5.0
|
version=0.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,10 +11,10 @@ license="MIT"
|
||||||
homepage="https://github.com/getzola/zola"
|
homepage="https://github.com/getzola/zola"
|
||||||
changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
|
changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
|
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
|
||||||
checksum=718aaec6e0db6c0e6fb310d8a1ef3978f41a173e39b1c2515ca7365690b09cff
|
checksum=d4fa5e70a8da2d2b544147508e8d44a081f19c7d6c002c32ee9661c7873d3c7c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -24,7 +24,10 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gutenberg_package() {
|
gutenberg_package() {
|
||||||
depends="zola"
|
noarch=yes
|
||||||
|
depends="zola-${version}_${revision}"
|
||||||
short_desc="Transition package for Zola"
|
short_desc="Transition package for Zola"
|
||||||
build_style=meta
|
pkg_install() {
|
||||||
|
vmove usr/bin/gutenberg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue