mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
New package: qed-1.0.0
This commit is contained in:
parent
5496e235a4
commit
42ff795ce8
1 changed files with 18 additions and 0 deletions
18
srcpkgs/qed/template
Normal file
18
srcpkgs/qed/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue