18 lines
532 B
Bash
18 lines
532 B
Bash
# Template file for 'qed'
|
|
pkgname=qed
|
|
version=1.0.2
|
|
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=e0d27f76bfd9089623233e68eba9d23a3c221e15418c70fddef7e4a03535bdfd
|
|
|
|
do_install() {
|
|
vbin qed
|
|
vman doc/qed.1
|
|
vdoc doc/qed-tutorial.html
|
|
}
|