void-packages/srcpkgs/aoeui/template

19 lines
532 B
Bash
Raw Normal View History

2014-08-21 20:02:24 +00:00
# Template file for 'aoeui'
pkgname=aoeui
version=1.7
2015-05-11 09:40:13 +00:00
revision=3
2014-08-21 20:02:24 +00:00
build_style=gnu-makefile
2015-03-11 17:07:38 +00:00
hostmakedepends="m4"
2014-08-21 20:02:24 +00: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"
2015-03-11 17:07:38 +00:00
distfiles="https://aoeui.googlecode.com/svn/trunk/${pkgname}-${version}.tgz"
2014-08-21 20:02:24 +00:00
checksum=f4c067ad2c3b95ad130411195dd53ea49300e8e3496ecf0deceff20350c7670d
post_install() {
rm -rf $DESTDIR/usr/share/aoeui
vdoc aoeui.txt
vdoc notes.txt
}