mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
yabasic: update to 2.91.2.
Co-authored-by: Duncaen <duncaen@voidlinux.org>
This commit is contained in:
parent
9564e3018c
commit
cdf6e6a2ab
1 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yabasic'
|
||||
pkgname=yabasic
|
||||
reverts="2.769_1"
|
||||
version=2.90.4
|
||||
version=2.91.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,7 +11,16 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://2484.de/yabasic/"
|
||||
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
||||
checksum=b5de78482d4b9cedf3d3b9b706c543a6202c9a8933078c67e1d6d575f7981fc3
|
||||
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() {
|
||||
vbin yabasic
|
||||
|
|
Loading…
Add table
Reference in a new issue