16 lines
461 B
Bash
16 lines
461 B
Bash
# Template file for 'ed'
|
|
pkgname=ed
|
|
version=1.14.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="GNU Line-oriented text editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
|
checksum=ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|