mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
st: update to 0.9.
This commit is contained in:
parent
3caa47313b
commit
4a9ab92d1e
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'st'
|
# Template file for 'st'
|
||||||
pkgname=st
|
pkgname=st
|
||||||
version=0.8.5
|
version=0.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,10 +12,10 @@ maintainer="meator <meator.dev@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://st.suckless.org"
|
homepage="https://st.suckless.org"
|
||||||
distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ea6832203ed02ff74182bcb8adaa9ec454c8f989e79232cb859665e2f544ab37
|
checksum=f36359799734eae785becb374063f0be833cf22f88b4f169cd251b99324e08e7
|
||||||
|
|
||||||
pre_build() {
|
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
|
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
|
||||||
mkdir -p ${DESTDIR}/usr/share/terminfo
|
mkdir -p ${DESTDIR}/usr/share/terminfo
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@ pre_install() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README
|
vdoc README
|
||||||
|
vdoc FAQ
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue