18 lines
469 B
Bash
18 lines
469 B
Bash
# Template file for 'yabasic'
|
|
pkgname=yabasic
|
|
version=2.79.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libXt-devel ncurses-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=9a819c570fe3986f14ec6b718f6eafb7caa627d192e22a865dcfe50b0ae2b175
|
|
|
|
do_install() {
|
|
vbin yabasic
|
|
vman yabasic.1
|
|
}
|