void-packages/srcpkgs/qed/template

18 lines
540 B
Bash

# Template file for 'qed'
pkgname=qed
version=2.0.1
revision=1
_githash=63c68abd24218f78589fe86af8ce022b9a9f2fde
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-new"
distfiles="https://github.com/phonologus/qed-new/archive/${_githash}.tar.gz"
checksum=188d7a03f418ba4929d8d9b3e022187a0bad07fa2841a79e7f3b777ac3f2b3aa
do_install() {
vbin a.out qed
vman qed.1
}