void-packages/srcpkgs/ed/template

17 lines
419 B
Plaintext
Raw Normal View History

2010-11-26 01:29:24 +01:00
# Template file for 'ed'
pkgname=ed
2014-03-14 11:05:45 +01:00
version=1.10
revision=1
build_style=gnu-configure
2014-03-14 11:05:45 +01:00
hostmakedepends="lzip"
2010-11-26 01:29:24 +01:00
short_desc="GNU Line-oriented text editor"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-02 10:21:08 +01:00
license="GPL-3"
2012-07-09 17:20:26 +02:00
homepage="http://www.gnu.org/software/ed/ed.html"
2014-03-14 11:05:45 +01:00
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.lz"
checksum=9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a
2014-02-18 17:25:32 +01:00
do_build() {
make CC=$CC
}