void-packages/srcpkgs/aoeui/template

22 lines
595 B
Bash
Raw Normal View History

2014-08-21 22:02:24 +02:00
# Template file for 'aoeui'
pkgname=aoeui
version=1.7
2016-05-17 14:08:10 +02:00
revision=5
2014-08-21 22:02:24 +02:00
build_style=gnu-makefile
2015-03-11 18:07:38 +01:00
hostmakedepends="m4"
2014-08-21 22:02:24 +02:00
short_desc="Lightweight UNIX-friendly text editor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://sites.google.com/site/aoeuiandasdfg/Home"
2016-05-17 14:08:10 +02:00
distfiles="https://github.com/adnelson/aoeui/raw/master/${pkgname}-${version}.tgz"
2014-08-21 22:02:24 +02:00
checksum=f4c067ad2c3b95ad130411195dd53ea49300e8e3496ecf0deceff20350c7670d
2016-05-17 14:08:10 +02:00
post_extract() {
echo 'LIBS += $(LDFLAGS)' >>Makefile
}
2014-08-21 22:02:24 +02:00
post_install() {
rm -rf $DESTDIR/usr/share/aoeui
vdoc aoeui.txt
vdoc notes.txt
}