22 lines
553 B
Bash
22 lines
553 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
reverts="2.769_1"
|
|
version=2.90.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXt-devel ncurses-devel libffi-devel"
|
|
short_desc="Yet another Basic"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://2484.de/yabasic/"
|
|
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
|
checksum=b5de78482d4b9cedf3d3b9b706c543a6202c9a8933078c67e1d6d575f7981fc3
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
vdoc yabasic.htm
|
|
vlicense LICENSE
|
|
}
|