19 lines
532 B
Bash
19 lines
532 B
Bash
# Template file for 'qed'
|
|
pkgname=qed
|
|
version=1.0.5
|
|
revision=1
|
|
wrksrc="QED-${version}"
|
|
build_style=gnu-makefile
|
|
short_desc="UTF-8/Unicode-aware port of Rob Pike's QED editor for Unix"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain" # Usenix Tape
|
|
homepage="https://github.com/phonologus/QED"
|
|
distfiles="https://github.com/phonologus/QED/archive/v${version}.tar.gz"
|
|
checksum=4b0bd4ec84813b6c0d6ea67c95dddc7ab09eec9d69585e851fe6403c60643b76
|
|
|
|
do_install() {
|
|
vbin qed
|
|
vman doc/qed.1
|
|
vdoc doc/qed-tutorial.html
|
|
}
|