18 lines
468 B
Bash
18 lines
468 B
Bash
|
# Template file for 'yabasic'
|
||
|
pkgname=yabasic
|
||
|
version=2.769
|
||
|
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=558fc1a04675b8d8428c0d105ee08abb28d32f0ebf3380461fc3b603e16ba598
|
||
|
|
||
|
do_install(){
|
||
|
vbin yabasic
|
||
|
vman yabasic.1
|
||
|
}
|