27 lines
754 B
Bash
27 lines
754 B
Bash
# Template file for 'xst'
|
|
pkgname=xst
|
|
version=0.8.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=compliant
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXft-devel libXext-devel fontconfig-devel"
|
|
depends="ncurses desktop-file-utils"
|
|
short_desc="St fork with support for xresources"
|
|
maintainer="Nathan <ndowens@artixlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/neeasade/xst"
|
|
distfiles="https://github.com/neeasade/xst/archive/v${version}.tar.gz"
|
|
checksum=0fb8dd47b018fe6b46a654b4d6bf69ab0785ae6fbb6a0965e38ad86382fec369
|
|
|
|
do_install() {
|
|
vbin xst
|
|
vman st.1 xst.1
|
|
|
|
vinstall st.info 644 usr/share/terminfo/x xst.terminfo
|
|
vdoc README
|
|
vdoc FAQ
|
|
vsed -i 's/st-256color/xst-256color/' .Xresources
|
|
vdoc .Xresources Xresources
|
|
vlicense LICENSE
|
|
}
|