dvtm: compile the terminfo file at post-install time.
This commit is contained in:
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>"
|
||||||
|
|||||||
Reference in New Issue
Block a user