mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
nano: update to 2.7.5
This commit is contained in:
parent
baade23ddf
commit
5bbef816b0
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=2.7.4
|
version=2.7.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="file-devel zlib-devel ncurses-devel"
|
makedepends="file-devel zlib-devel ncurses-devel"
|
||||||
|
@ -9,7 +9,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.nano-editor.org/"
|
homepage="https://www.nano-editor.org/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9
|
checksum=a64d24e6bc4fc448376d038f9a755af77f8e748c9051b6f45bf85e783a7e67e4
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) CFLAGS="-DREG_STARTEND=0";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf syntax/nanorc.nanorc
|
vsconf syntax/nanorc.nanorc
|
||||||
|
|
Loading…
Add table
Reference in a new issue