void-packages/srcpkgs/vis/template
Felix Van der Jeugt 2c9f59a643 vis: update to 0.6
2020-06-09 11:03:58 +02:00

18 lines
501 B
Bash

# Template file for 'vis'
pkgname=vis
version=0.6
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=9ab4a3f1c5953475130b3c286af272fe5cfdf7cbb7f9fbebd31e9ea4f34e487d
conflicts="outils" # /usr/bin/vis
post_install() {
vlicense LICENSE
}