void-packages/srcpkgs/ed/template
2019-08-19 10:19:31 +02:00

18 lines
475 B
Bash

# Template file for 'ed'
pkgname=ed
version=1.15
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=ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174
do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}