void-packages/srcpkgs/ed/template

16 lines
395 B
Text
Raw Normal View History

2010-11-26 00:29:24 +00:00
# Template file for 'ed'
pkgname=ed
2013-04-25 07:40:31 +00:00
version=1.8
2014-02-18 16:19:56 +00:00
revision=2
build_style=gnu-configure
2010-11-26 00:29:24 +00:00
short_desc="GNU Line-oriented text editor"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-02 09:21:08 +00:00
license="GPL-3"
2012-07-09 15:20:26 +00:00
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
2013-04-25 07:40:31 +00:00
checksum=64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273
2014-02-18 16:25:32 +00:00
do_build() {
make CC=$CC
}