mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xst: update to 0.7.2.
This commit is contained in:
parent
03aabe831a
commit
0ea5e514f1
1 changed files with 5 additions and 6 deletions
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'xst'
|
# Template file for 'xst'
|
||||||
pkgname=xst
|
pkgname=xst
|
||||||
version=0.7.1
|
version=0.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXft-devel libXext-devel fontconfig-devel"
|
makedepends="libXft-devel libXext-devel fontconfig-devel"
|
||||||
depends="ncurses"
|
depends="ncurses"
|
||||||
conflicts="st"
|
|
||||||
short_desc="St fork with support for xresources"
|
short_desc="St fork with support for xresources"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/neeasade/xst"
|
homepage="https://github.com/neeasade/xst"
|
||||||
distfiles="https://github.com/neeasade/xst/archive/v${version}.tar.gz"
|
distfiles="https://github.com/neeasade/xst/archive/v${version}.tar.gz"
|
||||||
checksum=f8d8de99f48c63f9a68a2d68e7de03a26aad9729c27ae3ce345ab8514ee85ea5
|
checksum=5cea5a8bae643ff7df7f8322958065edece354c272c0f987b1dcadcdec689f9a
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin st
|
vbin xst
|
||||||
vman doc/st.1
|
vman doc/xst.1
|
||||||
|
|
||||||
vinstall doc/st.info 644 usr/share/terminfo/s st.terminfo
|
vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo
|
||||||
vdoc README.md README
|
vdoc README.md README
|
||||||
vdoc doc/FAQ
|
vdoc doc/FAQ
|
||||||
vdoc doc/Xresources
|
vdoc doc/Xresources
|
||||||
|
|
Loading…
Add table
Reference in a new issue