New package: vis-0.1
This commit is contained in:
parent
fb0c6567a6
commit
632fd0ee25
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'vis'
|
||||||
|
pkgname=vis
|
||||||
|
version=0.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
||||||
|
short_desc="Tiny vim like editor"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/martanne/vis"
|
||||||
|
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
||||||
|
checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue