20 lines
603 B
Bash
20 lines
603 B
Bash
# Template file for 'vis'
|
|
pkgname=vis
|
|
version=0.9
|
|
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="O. Sánchez <osanchez@firemail.cc>"
|
|
license="ISC"
|
|
homepage="https://github.com/martanne/vis"
|
|
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
|
|
checksum=bd37ffba5535e665c1e883c25ba5f4e3307569b6d392c60f3c7d5dedd2efcfca
|
|
conflicts="outils" # /usr/bin/vis
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|