29 lines
814 B
Bash
29 lines
814 B
Bash
# Template file for 'tau'
|
|
pkgname=tau
|
|
version=0.9.2
|
|
revision=1
|
|
build_style=meson
|
|
build_helper=rust
|
|
hostmakedepends="cargo pkg-config rust glib-devel"
|
|
makedepends="gtk+3-devel rust-std"
|
|
checkdepends="appstream-glib desktop-file-utils"
|
|
short_desc="GTK frontend for the Xi text editor, written in Rust"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.gnome.org/World/Tau"
|
|
distfiles="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-${version}.tar.xz"
|
|
checksum=e48db7356bf72d7082cab4ed09522e1d26eb682593881cf07b3a717160a0501d
|
|
|
|
case $XBPS_MACHINE in
|
|
*-musl) broken="crashes rustc" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
gxi_package() {
|
|
depends="tau>=${version}_${revision}"
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|