16 lines
474 B
Bash
16 lines
474 B
Bash
# Template file for 'ed'
|
|
pkgname=ed
|
|
version=1.18
|
|
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=aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|