mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
st: split terminfo files in subpkg
This commit is contained in:
parent
37cdac0cd6
commit
22e2dd19c9
4 changed files with 11 additions and 2 deletions
1
srcpkgs/st-terminfo
Symbolic link
1
srcpkgs/st-terminfo
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
st
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'st'
|
# Template file for 'st'
|
||||||
pkgname=st
|
pkgname=st
|
||||||
version=0.7
|
version=0.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fontconfig-devel libX11-devel libXft-devel"
|
makedepends="fontconfig-devel libX11-devel libXft-devel"
|
||||||
depends="ncurses"
|
depends="ncurses st-terminfo-${version}_${revision}"
|
||||||
short_desc="Simple terminal implementation for X"
|
short_desc="Simple terminal implementation for X"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -25,3 +25,11 @@ post_install() {
|
||||||
vdoc README
|
vdoc README
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
st-terminfo_package() {
|
||||||
|
short_desc+=" - terminfo data"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/terminfo
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue