New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/47993#issuecomment-1875340958 Comment: ``` # Template file for 'railway' pkgname=railway version=2.2.0 revision=1 build_style=meson build_helper=rust hostmakedepends="cargo desktop-file-utils gettext glib-devel gtk-update-icon-cache pkg-config" makedepends="libadwaita-devel rust-std" short_desc="Travel with all your train information in one place" maintainer="chrysos349 " license="GPL-3.0-or-later" homepage="https://gitlab.com/schmiddi-on-mobile/railway" distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz" checksum=ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4 post_patch() { if [ "$CROSS_BUILD" ]; then vsed -i src/meson.build \ -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%" fi } ```