21 lines
572 B
Bash
21 lines
572 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
reverts="2.769_1"
|
|
version=2.87.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, GPL-3.0-or-later"
|
|
homepage="https://2484.de/yabasic/"
|
|
distfiles="https://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
|
checksum=432f912d80ca00ae00a93ede197d45fde4db1345a61dc42976d10f2b7f9e1dce
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
vdoc yabasic.htm
|
|
vlicense LICENSE
|
|
}
|