void-packages/srcpkgs/gxi/template
2019-01-27 17:23:29 -02:00

18 lines
569 B
Bash

# Template file for 'gxi'
pkgname=gxi
version=0.4.5
revision=1
build_style=meson
hostmakedepends="cargo pkg-config rust"
makedepends="gtk+3-devel rust-std"
short_desc="GTK frontend for the xi text editor, written in Rust"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="MIT"
homepage="https://github.com/Cogitri/gxi"
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
checksum=fea30514fc9666d09c5985b505f8d59376d9f7bd571e033424206e1abc41f728
nocross="Meson x Cargo"
post_install() {
vlicense LICENSE
}