18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'vis'
|
|
pkgname=vis
|
|
version=0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
|
depends="lua-lpeg"
|
|
short_desc="Tiny vim like editor"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="BSD"
|
|
homepage="https://github.com/martanne/vis"
|
|
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
|
|
checksum=bed8ed32ef4f81bc4fd28e297ea8edc80027ac6923b9d3b5bd955d24899c7077
|
|
conflicts="outils" # /usr/bin/vis
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|