qed: update to 2.0.1.

This commit is contained in:
Leah Neukirchen 2024-10-27 14:18:16 +01:00
parent 122c049b41
commit 4ae3c48c0a
1 changed files with 7 additions and 7 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'qed'
pkgname=qed
version=1.0.7
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"
distfiles="https://github.com/phonologus/QED/archive/v${version}.tar.gz"
checksum=78bf6b7217fd370079894e051d13dbdd388c655e2cbc78ed7b3a124de66eb893
homepage="https://github.com/phonologus/qed-new"
distfiles="https://github.com/phonologus/qed-new/archive/${_githash}.tar.gz"
checksum=188d7a03f418ba4929d8d9b3e022187a0bad07fa2841a79e7f3b777ac3f2b3aa
do_install() {
vbin qed
vman doc/qed.1
vdoc doc/qed-tutorial.html
vbin a.out qed
vman qed.1
}