19 lines
518 B
Bash
19 lines
518 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
reverts="2.769_1"
|
|
version=2.84.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libXt-devel ncurses-devel libffi-devel"
|
|
short_desc="Yet another Basic"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://2484.de/yabasic/"
|
|
distfiles="http://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
|
checksum=64f16bfcdcc646af0c13f712aa6b06c990c69c9f901311f2cf80a08d50c2653c
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
vdoc yabasic.htm
|
|
}
|