Skip to content

Commit

Permalink
Use gnu-makefile instead of cargo build style
Browse files Browse the repository at this point in the history
  • Loading branch information
folliehiyuki committed Nov 11, 2020
1 parent 989f892 commit b1018bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions srcpkgs/neovim-gtk/template
@@ -0,0 +1,13 @@
# Template file for 'neovim-gtk'
pkgname=neovim-gtk
version=0.2.0
revision=1
build_style=gnu-makefile
hostmakedepends="cargo"
makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel"
short_desc="GTK UI for Neovim"
maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
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

0 comments on commit b1018bc

Please sign in to comment.