New package: qed-1.0.0

This commit is contained in:
Leah Neukirchen 2020-08-10 13:52:29 +02:00
parent 5496e235a4
commit 42ff795ce8

18
srcpkgs/qed/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'qed'
pkgname=qed
version=1.0.0
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=3d816c35e1ec6d6fd9d5cc6724c4fe21ae6ae18b1c84a6fd041fe8f6fa4fd22a
do_install() {
vbin qed
vman doc/qed.1
vman doc/qed-tutorial.1
}