st: update to 0.9.

This commit is contained in:
meator 2022-10-22 14:24:38 +02:00 committed by Michal Vasilek
parent 3caa47313b
commit 4a9ab92d1e
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'st'
pkgname=st
version=0.8.5
revision=2
version=0.9
revision=1
build_style=gnu-makefile
make_use_env=compliant
hostmakedepends="pkg-config"
@ -12,10 +12,10 @@ maintainer="meator <meator.dev@gmail.com>"
license="MIT"
homepage="https://st.suckless.org"
distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ea6832203ed02ff74182bcb8adaa9ec454c8f989e79232cb859665e2f544ab37
checksum=f36359799734eae785becb374063f0be833cf22f88b4f169cd251b99324e08e7
pre_build() {
sed -i 's|Liberation Mono|Monospace|g' config.def.h
vsed -i config.def.h -e 's|Liberation Mono|Monospace|g'
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
mkdir -p ${DESTDIR}/usr/share/terminfo
}
@ -26,6 +26,7 @@ pre_install() {
post_install() {
vdoc README
vdoc FAQ
vlicense LICENSE
}