void-packages/srcpkgs/ed/template
2014-03-14 11:05:45 +01:00

17 lines
419 B
Plaintext

# Template file for 'ed'
pkgname=ed
version=1.10
revision=1
build_style=gnu-configure
hostmakedepends="lzip"
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.lz"
checksum=9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a
do_build() {
make CC=$CC
}