void-packages/srcpkgs/xst/template
maxice8 18e0e6b41d xst: orphan
Closes #14939.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 13:51:31 +02:00

27 lines
708 B
Bash

# Template file for 'xst'
pkgname=xst
version=0.7.1
revision=1
build_style=gnu-makefile
make_use_env=compliant
hostmakedepends="pkg-config"
makedepends="libXft-devel libXext-devel fontconfig-devel"
depends="ncurses"
conflicts="st"
short_desc="St fork with support for xresources"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://github.com/neeasade/xst"
distfiles="https://github.com/neeasade/xst/archive/v${version}.tar.gz"
checksum=f8d8de99f48c63f9a68a2d68e7de03a26aad9729c27ae3ce345ab8514ee85ea5
do_install() {
vbin st
vman doc/st.1
vinstall doc/st.info 644 usr/share/terminfo/s st.terminfo
vdoc README.md README
vdoc doc/FAQ
vdoc doc/Xresources
vlicense doc/LICENSE
}