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