21 lines
554 B
Bash
21 lines
554 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
reverts="2.769_1"
|
|
version=2.89.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXt-devel ncurses-devel libffi-devel"
|
|
short_desc="Yet another Basic"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://2484.de/yabasic/"
|
|
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
|
checksum=93c426402a6cccbca8b448960eb1bcefc44cdb0a92abb2385bd8fa67651bdd88
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
vdoc yabasic.htm
|
|
vlicense LICENSE
|
|
}
|