void-packages/srcpkgs/yabasic/template
maxice8 afccfc0f55 yabasic: update to 2.79.2.
Closes #14365.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 09:34:43 +02:00

17 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
}