23 lines
623 B
Bash
23 lines
623 B
Bash
# Template file for 'xst'
|
|
pkgname=xst
|
|
version=0.8.4.1
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/gnotclub/xst"
|
|
distfiles="https://github.com/gnotclub/xst/archive/v${version}.tar.gz"
|
|
checksum=cbeb2da6c289415d1168559c6f58b4ce47fd266edefbabc38fd59e8b7c87226d
|
|
|
|
post_install() {
|
|
vdoc README
|
|
vdoc FAQ
|
|
vdoc .Xresources Xresources
|
|
vlicense LICENSE
|
|
}
|