void-packages/srcpkgs/vis/template
2020-07-01 00:34:55 +02:00

19 lines
505 B
Bash

# Template file for 'vis'
pkgname=vis
version=0.6
revision=2
build_style=gnu-configure
makedepends="libtermkey-devel lua53-devel"
depends="lua53-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
}