void-packages/srcpkgs/gxi/template
2019-01-19 19:20:17 -02:00

18 lines
575 B
Bash

# Template file for 'gxi'
pkgname=gxi
version=0.4.1
revision=1
build_style=meson
hostmakedepends="cmake 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=3dfd498d93255d560b4181023117dcec67397cbcfca884dec68b9afa5ab90b7e
nocross="Meson x Cargo"
post_install() {
vlicense LICENSE
}