mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mle: update to 1.5.0
This commit is contained in:
parent
a5b7f61003
commit
5ddaf98644
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mle'
|
# Template file for 'mle'
|
||||||
pkgname=mle
|
pkgname=mle
|
||||||
version=1.4.3
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
makedepends="termbox-devel lua53-devel pcre-devel uthash"
|
makedepends="termbox-devel lua54-devel pcre-devel uthash"
|
||||||
short_desc="Flexible terminal-based text editor (C)"
|
short_desc="Flexible terminal-based text editor (C)"
|
||||||
maintainer="Anjandev Momi <anjan@momi.ca>"
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/adsr/mle"
|
homepage="https://github.com/adsr/mle"
|
||||||
distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
|
distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
|
||||||
checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
|
checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman mle.1
|
vman mle.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue