void-packages/srcpkgs/vis/template
maxice8 e4729232d8 vis: update to 0.5.
Closes: #12910 [via git-merge-pr]
2018-03-27 23:04:01 -07:00

18 lines
501 B
Bash

# Template file for 'vis'
pkgname=vis
version=0.5
revision=1
build_style=gnu-configure
makedepends="libtermkey-devel lua-devel"
depends="lua-lpeg"
short_desc="Tiny vim like editor"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="ISC"
homepage="https://github.com/martanne/vis"
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
checksum=77ea70ebc9c811d88e32199ef5b3ee9b834ac1e880fb61b6d2460f93f0587df5
conflicts="outils" # /usr/bin/vis
post_install() {
vlicense LICENSE
}