qed: update to 2.0.1.
This commit is contained in:
parent
122c049b41
commit
4ae3c48c0a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue