mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vis: update to 0.9, adopt
This commit is contained in:
parent
15edfed513
commit
c20288b2ee
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'vis'
|
# Template file for 'vis'
|
||||||
pkgname=vis
|
pkgname=vis
|
||||||
version=0.8
|
version=0.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="acl-devel libtermkey-devel lua53-devel ncurses-devel"
|
makedepends="acl-devel libtermkey-devel lua53-devel ncurses-devel"
|
||||||
depends="lua53-lpeg"
|
depends="lua53-lpeg"
|
||||||
short_desc="Vi-like editor based on Plan 9's structural regular expressions"
|
short_desc="Vi-like editor based on Plan 9's structural regular expressions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="O. Sánchez <osanchez@firemail.cc>"
|
||||||
license="ISC"
|
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=61b10d40f15c4db2ce16e9acf291dbb762da4cbccf0cf2a80b28d9ac998a39bd
|
checksum=bd37ffba5535e665c1e883c25ba5f4e3307569b6d392c60f3c7d5dedd2efcfca
|
||||||
conflicts="outils" # /usr/bin/vis
|
conflicts="outils" # /usr/bin/vis
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue