dvtm: compile the terminfo file at post-install time.
This commit is contained in:
parent
3d9be20701
commit
d151a520d2
2 changed files with 7 additions and 1 deletions
6
srcpkgs/dvtm/INSTALL
Normal file
6
srcpkgs/dvtm/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "$ACTION" in
|
||||||
|
post)
|
||||||
|
# Compile the terminfo description.
|
||||||
|
tic -s usr/share/terminfo/d/dvtm
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dvtm'
|
# Template file for 'dvtm'
|
||||||
pkgname=dvtm
|
pkgname=dvtm
|
||||||
version=0.9
|
version=0.9
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Tiling window manager for the console"
|
short_desc="Tiling window manager for the console"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
|
Loading…
Reference in a new issue