New package: gxi-0.3.1

This commit is contained in:
Rasmus Thomsen 2019-01-17 00:15:18 +01:00 committed by Helmut Pozimski
parent b5eadb8b5e
commit 5740109d7c

18
srcpkgs/gxi/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'gxi'
pkgname=gxi
version=0.3.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=c2779e7323a20e2b3c35e087f563023809d4d6751e460be6fc55017c8ae645a8
nocross="Meson x Cargo"
post_install() {
vlicense LICENSE
}