mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
yabasic: enable pty dependant tests
This commit is contained in:
parent
b2518db0d3
commit
48c024f816
1 changed files with 1 additions and 9 deletions
|
@ -6,6 +6,7 @@ revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXt-devel ncurses-devel libffi-devel"
|
makedepends="libXt-devel ncurses-devel libffi-devel"
|
||||||
|
checkdepends="tmux"
|
||||||
short_desc="Yet another Basic"
|
short_desc="Yet another Basic"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -13,15 +14,6 @@ homepage="https://2484.de/yabasic/"
|
||||||
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
||||||
checksum=7dc609c078fe81bb6e7728a87873d7010a21f520a4d513313aa1160371f771d5
|
checksum=7dc609c078fe81bb6e7728a87873d7010a21f520a4d513313aa1160371f771d5
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# those test cases use tmux which for some reason can't fdforkpty(3)
|
|
||||||
vsed \
|
|
||||||
-e 's;tests/inkey.sh;;' \
|
|
||||||
-e 's;tests/print-at.sh;;' \
|
|
||||||
-e 's;tests/run_in_script.sh;;' \
|
|
||||||
-i Makefile.in
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin yabasic
|
vbin yabasic
|
||||||
vman yabasic.1
|
vman yabasic.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue