void-packages/srcpkgs/ed/template
2025-08-07 23:53:59 +02:00

16 lines
482 B
Bash

# Template file for 'ed'
pkgname=ed
version=1.22.1
revision=1
build_style=gnu-configure
hostmakedepends="lzip"
short_desc="GNU Line-oriented text editor"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.lz"
checksum=1af541116796d6b9e4b66ef9c45ddce0e15a19ed62bfca362ccd7d472cc1c8fb
do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}