parent
0a9180fa87
commit
e4729232d8
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'vis'
|
# Template file for 'vis'
|
||||||
pkgname=vis
|
pkgname=vis
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
makedepends="libtermkey-devel lua-devel"
|
||||||
depends="lua-lpeg"
|
depends="lua-lpeg"
|
||||||
short_desc="Tiny vim like editor"
|
short_desc="Tiny vim like editor"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD"
|
license="ISC"
|
||||||
homepage="https://github.com/martanne/vis"
|
homepage="https://github.com/martanne/vis"
|
||||||
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
|
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
|
||||||
checksum=f11ba41cfb86dd39475960abfd12469de4da0ccfdb941f1d7680d89d987694c5
|
checksum=77ea70ebc9c811d88e32199ef5b3ee9b834ac1e880fb61b6d2460f93f0587df5
|
||||||
conflicts="outils" # /usr/bin/vis
|
conflicts="outils" # /usr/bin/vis
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue