st: split terminfo files in subpkg
This commit is contained in:
parent
37cdac0cd6
commit
22e2dd19c9
|
@ -0,0 +1 @@
|
|||
st
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'st'
|
||||
pkgname=st
|
||||
version=0.7
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
make_use_env=compliant
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fontconfig-devel libX11-devel libXft-devel"
|
||||
depends="ncurses"
|
||||
depends="ncurses st-terminfo-${version}_${revision}"
|
||||
short_desc="Simple terminal implementation for X"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
license="MIT"
|
||||
|
@ -25,3 +25,11 @@ post_install() {
|
|||
vdoc README
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
st-terminfo_package() {
|
||||
short_desc+=" - terminfo data"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
vmove usr/share/terminfo
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue