diff --git a/srcpkgs/gxi/template b/srcpkgs/gxi/template new file mode 100644 index 00000000000..18ee14b4187 --- /dev/null +++ b/srcpkgs/gxi/template @@ -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 " +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 +}