23 lines
648 B
Bash
23 lines
648 B
Bash
# Template file for 'aoeui'
|
|
pkgname=aoeui
|
|
version=1.7
|
|
revision=7
|
|
_githash=4e5dee93ebbaf5bd7bd7da80ce34b2eef196cd08
|
|
wrksrc="${pkgname}-${_githash}"
|
|
build_style=gnu-makefile
|
|
hostmakedepends="m4"
|
|
short_desc="Lightweight UNIX-friendly text editor"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/pklausler/aoeui"
|
|
distfiles="https://github.com/pklausler/aoeui/archive/${_githash}.tar.gz"
|
|
checksum=3b06c7950b0fcbdfe57e78de8cb9b9d7af141932459a32d72a029f96839d667f
|
|
|
|
post_extract() {
|
|
echo 'LIBS += $(LDFLAGS)' >>Makefile
|
|
}
|
|
post_install() {
|
|
rm -rf $DESTDIR/usr/share/aoeui
|
|
vdoc aoeui.txt
|
|
vdoc notes.txt
|
|
}
|