15 lines
395 B
Text
15 lines
395 B
Text
# Template file for 'ed'
|
|
pkgname=ed
|
|
version=1.8
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="GNU Line-oriented text editor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
|
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
|
|
checksum=64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273
|
|
|
|
do_build() {
|
|
make CC=$CC
|
|
}
|