17 lines
548 B
Bash
17 lines
548 B
Bash
# Template file for 'ne'
|
|
pkgname=ne
|
|
version=3.3.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl texinfo"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Nice Editor"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="http://ne.di.unimi.it/"
|
|
changelog="https://raw.githubusercontent.com/vigna/ne/master/NEWS"
|
|
distfiles="https://github.com/vigna/ne/archive/refs/tags/${version}.tar.gz"
|
|
checksum=9b8b757db22bd8cb783cf063f514143a8c325e5c321af31901e0f76e77455417
|
|
disable_parallel_build=yes
|
|
CFLAGS="-std=c99 -D_GNU_SOURCE"
|