18 lines
470 B
Bash
18 lines
470 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
version=2.78.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libXt-devel libSM-devel ncurses-devel"
|
|
short_desc="Yet another Basic"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3"
|
|
homepage="http://2484.de/yabasic/"
|
|
distfiles="http://2484.de/yabasic/download/yabasic-${version}.tar.gz"
|
|
checksum=ec535c7e35402f367734843a9a123097e673abba75d55a2b5f4e58026f57dd4d
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
}
|