void-packages/srcpkgs/gxi/template

19 lines
575 B
Bash
Raw Normal View History

2019-01-16 23:15:18 +00:00
# Template file for 'gxi'
pkgname=gxi
2019-01-19 14:26:11 +00:00
version=0.4.1
2019-01-16 23:15:18 +00:00
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"
2019-01-19 14:26:11 +00:00
checksum=3dfd498d93255d560b4181023117dcec67397cbcfca884dec68b9afa5ab90b7e
2019-01-16 23:15:18 +00:00
nocross="Meson x Cargo"
post_install() {
vlicense LICENSE
}