From 078ccdaceeaeb1435a3e71f0792597fcba9de374 Mon Sep 17 00:00:00 2001 From: caughtquick Date: Mon, 10 May 2021 20:46:24 -0700 Subject: [PATCH] new package: neovim-gtk-0.2.0 --- srcpkgs/neovim-gtk/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/neovim-gtk/template diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template new file mode 100644 index 000000000000..5ff0ba09c0f8 --- /dev/null +++ b/srcpkgs/neovim-gtk/template @@ -0,0 +1,16 @@ +# Template file for 'neovim-gtk' +pkgname=neovim-gtk +version=0.2.0 +revision=1 +build_style=cargo +makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel rust-std" +short_desc="GTK UI for Neovim" +maintainer="caughtquick " +license="GPL-3.0-or-later" +homepage="https://github.com/daa84/neovim-gtk" +distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz" +checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21 + +post_install() { + make DESTDIR=${DESTDIR} PREFIX=/usr install-resources +}