29 lines
823 B
Bash
29 lines
823 B
Bash
# Template file for 'tau'
|
|
pkgname=tau
|
|
version=0.10.1
|
|
revision=1
|
|
build_style=meson
|
|
build_helper=rust
|
|
hostmakedepends="cargo gettext 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/25d33d736285ad451bc7b409aa01e957/tau-${version}.tar.xz"
|
|
checksum=e97e848481e5a35ff6b9d5708e017c2d59a4d2ccc26fb5267fa0418ac060dc91
|
|
|
|
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)"
|
|
}
|