20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'vis'
|
|
pkgname=vis
|
|
version=0.8
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/martanne/vis"
|
|
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
|
|
checksum=61b10d40f15c4db2ce16e9acf291dbb762da4cbccf0cf2a80b28d9ac998a39bd
|
|
conflicts="outils" # /usr/bin/vis
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|