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