20 lines
543 B
Bash
20 lines
543 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
reverts="2.769_1"
|
|
version=2.86.6
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="libXt-devel ncurses-devel libffi-devel"
|
|
short_desc="Yet another Basic"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT, GPL-3.0-or-later"
|
|
homepage="https://2484.de/yabasic/"
|
|
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
|
checksum=17aa9bd50ce98ac5d4f66edae54ff1d13405578757cccd6d861a37c4165b6773
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
vdoc yabasic.htm
|
|
vlicense LICENSE
|
|
}
|