vp-build/srcpkgs/vis/template

20 lines
601 B
Bash

# Template file for 'vis'
pkgname=vis
version=0.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="acl-devel libtermkey-devel lua53-devel ncurses-devel"
depends="lua53-lpeg"
short_desc="Vi-like editor based on Plan 9's structural regular expressions"
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=359ebb12a986b2f4e2a945567ad7587eb7d354301a5050ce10d51544570635eb
conflicts="outils" # /usr/bin/vis
post_install() {
vlicense LICENSE
}