30 lines
814 B
Bash
30 lines
814 B
Bash
# Template file for 'tau'
|
|
pkgname=tau
|
|
version=0.9.3
|
|
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/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-${version}.tar.xz"
|
|
checksum=e58b400e86fb7dd1a6610427732a6a360355e8f3b03712d518fb5438b6daae0b
|
|
|
|
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)"
|
|
}
|