# Template file for 'st' pkgname=st version=0.8.2 revision=1 build_style=gnu-makefile make_use_env=compliant hostmakedepends="pkg-config" makedepends="fontconfig-devel libX11-devel libXft-devel" depends="ncurses st-terminfo-${version}_${revision}" short_desc="Simple terminal implementation for X" maintainer='Juan RP ' license="MIT" homepage="https://st.suckless.org" distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz" checksum=aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35 pre_build() { sed -i 's|Liberation Mono|Monospace|g' config.def.h [ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h # We will use tic after install. See INSTALL. sed -i '/tic/d' Makefile } post_install() { vinstall st.info 644 usr/share/terminfo/s st.terminfo vdoc README vlicense LICENSE } st-terminfo_package() { short_desc+=" - terminfo data" archs=noarch pkg_install() { vmove usr/share/terminfo } }