18 lines
499 B
Text
18 lines
499 B
Text
|
# Template file for 'aoeui'
|
||
|
pkgname=aoeui
|
||
|
version=1.7
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
short_desc="Lightweight UNIX-friendly text editor"
|
||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://sites.google.com/site/aoeuiandasdfg/Home"
|
||
|
distfiles="https://aoeui.googlecode.com/svn/trunk/aoeui-1.7.tgz"
|
||
|
checksum=f4c067ad2c3b95ad130411195dd53ea49300e8e3496ecf0deceff20350c7670d
|
||
|
|
||
|
post_install() {
|
||
|
rm -rf $DESTDIR/usr/share/aoeui
|
||
|
vdoc aoeui.txt
|
||
|
vdoc notes.txt
|
||
|
}
|